Re: [ANN] new book: ClojureScript: Up and Running

2012-11-20 Thread Mimmo Cosenza
For what I know you do not need to explicitly write cljs dependency in project.clj if using lein-cljsbuild plugin which should already implicitly contain it. try the following $ lein new rhinotest edit project.clj as follow (defproject rhinotest 0.1.0-SNAPSHOT :description FIXME: write

Re: [ANN] new book: ClojureScript: Up and Running

2012-11-20 Thread Laurent PETIT
2012/11/20 Mark Engelberg mark.engelb...@gmail.com Ugh, I should have guessed. My attempts to do clojurescript several months back were foiled by trampolining problems, but that was on lein 1.7. I was under the impression those problems had been fixed in lein 2.0, so I had expected it to

Re: [ANN] new book: ClojureScript: Up and Running

2012-11-20 Thread Stuart Sierra
`lein trampoline` was required to permit the CLJS REPL process to grab STDIN/STDOUT. According to a recent thread on the Leiningen mailing list, this may have been fixed in the Git master branch of Leiningen. -S -- You received this message because you are subscribed to the Google Groups

Re: [ANN] new book: ClojureScript: Up and Running

2012-11-19 Thread Mark Engelberg
I just received the book today. I was surprised to see how thin it is, but I'm glad the book exists. I had a lot of trouble getting up and running several months ago, using only the scattered install instructions on the web. It's nice to have a clear path to getting started. Unfortunately, I

Re: [ANN] new book: ClojureScript: Up and Running

2012-11-19 Thread George Oliver
On Monday, November 19, 2012 8:18:16 PM UTC-8, puzzler wrote: Then, at the command prompt I typed: lein trampoline cljs-build repl-rhino and got the following error message. I'm running on Windows. Any idea what's going wrong? Thanks. These kinds of errors usually mean a file path

Re: [ANN] new book: ClojureScript: Up and Running

2012-11-19 Thread Sean Corfield
I wonder if it's some aspect of lein trampoline on Windows. As I understand it, trampoline generates a file that is used to fire up the next process and it may well have some *nix-ism that isn't compatible with Windows? On Mon, Nov 19, 2012 at 11:18 PM, Mark Engelberg

Re: [ANN] new book: ClojureScript: Up and Running

2012-11-19 Thread Sean Corfield
Looks like George nailed it with his note about issue 674 which came in while I was writing my (accurate but not particularly helpful) response... On Mon, Nov 19, 2012 at 11:45 PM, Sean Corfield seancorfi...@gmail.comwrote: I wonder if it's some aspect of lein trampoline on Windows. As I

Re: [ANN] new book: ClojureScript: Up and Running

2012-11-19 Thread Mark Engelberg
Ugh, I should have guessed. My attempts to do clojurescript several months back were foiled by trampolining problems, but that was on lein 1.7. I was under the impression those problems had been fixed in lein 2.0, so I had expected it to work, but it looks like there is still an issue. Any easy

Re: [ANN] new book: ClojureScript: Up and Running

2012-11-19 Thread George Oliver
On Monday, November 19, 2012 9:34:29 PM UTC-8, puzzler wrote: Ugh, I should have guessed. My attempts to do clojurescript several months back were foiled by trampolining problems, but that was on lein 1.7. I was under the impression those problems had been fixed in lein 2.0, so I had

Re: [ANN] new book: ClojureScript: Up and Running

2012-11-10 Thread kinleyd
Awesome and congratulations. I look forward to picking up my copy. On Thursday, November 8, 2012 6:23:22 AM UTC+6, Stuart Sierra wrote: Not to toot our own horn, but people have been asking about getting started with ClojureScript, so here's our contribution, just released in book form:

Re: [ANN] new book: ClojureScript: Up and Running

2012-11-09 Thread Stuart Sierra
On Thursday, November 8, 2012 4:14:03 PM UTC-5, Robert Pitts wrote: Awesome. Would you say that this is essentially a completed work? Growing weary or reading and re-reading beta books lately. Yes, the book is finished and out of beta. There may still be periodic updates and bug fixes to

Re: [ANN] new book: ClojureScript: Up and Running

2012-11-09 Thread Ravindra Jaju
I see you guys have kept that margin for updates/fixes already. The copyright notice talks about the year 2013. :) Copyright © 2013 Stuart Sierra, Luke VanderHart. Anyway, looking forward to spending some time with the book! -- jaju On Fri, Nov 9, 2012 at 7:49 PM, Stuart Sierra

Re: [ANN] new book: ClojureScript: Up and Running

2012-11-08 Thread charlie
I look forward to my copy ( currently in the mail ) ! On Thu, Nov 8, 2012 at 12:07 PM, Stuart Sierra the.stuart.sie...@gmail.comwrote: Already bought it weeks ago, like it, it's a concise recipe, right on target. Aw, thanks! Disclaimer: I am not a blonde Stuart Sierra groupie :) Aw,

Re: [ANN] new book: ClojureScript: Up and Running

2012-11-08 Thread Robert Pitts
Awesome. Would you say that this is essentially a completed work? Growing weary or reading and re-reading beta books lately. Cheers regardless, Robert On Wednesday, November 7, 2012 4:23:22 PM UTC-8, Stuart Sierra wrote: Not to toot our own horn, but people have been asking about getting

Re: [ANN] new book: ClojureScript: Up and Running

2012-11-08 Thread Sean Corfield
On Wed, Nov 7, 2012 at 4:23 PM, Stuart Sierra the.stuart.sie...@gmail.com wrote: Not to toot our own horn, but people have been asking about getting started with ClojureScript, so here's our contribution, just released in book form: ... http://shop.oreilly.com/product/0636920025139.do Nice.

Re: [ANN] new book: ClojureScript: Up and Running

2012-11-08 Thread Mayank Jain
Try this code : MBBGS It should give you 50% off on the book. Hopefully. :) On Fri, Nov 9, 2012 at 4:00 AM, Sean Corfield seancorfi...@gmail.comwrote: On Wed, Nov 7, 2012 at 4:23 PM, Stuart Sierra the.stuart.sie...@gmail.com wrote: Not to toot our own horn, but people have been asking about

Re: [ANN] new book: ClojureScript: Up and Running

2012-11-08 Thread Sean Corfield
On Thu, Nov 8, 2012 at 2:39 PM, Mayank Jain firesof...@gmail.com wrote: Try this code : MBBGS It should give you 50% off on the book. Hopefully. :) Thanx but too late. One of my colleagues also bought it 50% off with a different code. I'm happy with $15 :) -- Sean A Corfield -- (904) 302-SEAN

[ANN] new book: ClojureScript: Up and Running

2012-11-07 Thread Stuart Sierra
Not to toot our own horn, but people have been asking about getting started with ClojureScript, so here's our contribution, just released in book form: ClojureScript: Up and Running by Stuart Sierra and Luke VanderHart published by O'Reilly in paper, eBook, and Safari

Re: [ANN] new book: ClojureScript: Up and Running

2012-11-07 Thread Softaddicts
Already bought it weeks ago, like it, it's a concise recipe, right on target. Disclaimer: I am not a blonde Stuart Sierra groupie :) Luc P. Not to toot our own horn, but people have been asking about getting started with ClojureScript, so here's our contribution, just released in book form: