Re: Short tutorials on ClojureScript

2012-11-07 Thread Ravindra Jaju
Perfect! Had been waiting for some thing like this, and I followed the first two parts - worked flawlessly! Thanks! -- jaju On Mon, Nov 5, 2012 at 8:59 PM, Mimmo Cosenza mimmo.cose...@gmail.comwrote: Hi, I started a short series of tutorials on ClojureScript that I'm writing in my spare

Re: Short tutorials on ClojureScript

2012-11-07 Thread Mimmo Cosenza
Thanx jaju… I'll try my best to go on with modern cljs tutorial in my spare time. I just published the 4th tutorial (form validation). Hope to be useful and fun. Mimmo On Nov 7, 2012, at 9:14 AM, Ravindra Jaju ravindra.j...@gmail.com wrote: Perfect! Had been waiting for some thing like

Re: Short tutorials on ClojureScript

2012-11-07 Thread Linus Ericsson
This looks really promising. One question: when one builds modern-cljs, is there any extra configuration needed for getting the clojurescript compiler up and running? I get a java.lang.String cannot be cast to clojure.lang.Associative when doing $ lein buildcljs once, which I don't really know

Re: Short tutorials on ClojureScript

2012-11-07 Thread Giacomo Cosenza
On Nov 7, 2012, at 11:44 AM, Linus Ericsson wrote: Nah, just forgot the vector in :cljsbuild {:builds *[* {:source ...} *]* :-) anyway to run the tutorials without code yourself just follow this steps 1. clone the git repository: $ git clone https://github.com/magomimmo/modern-cljs.git 2.

Short tutorials on ClojureScript

2012-11-05 Thread Mimmo Cosenza
Hi, I started a short series of tutorials on ClojureScript that I'm writing in my spare time. You can find them at https://github.com/magomimmo/modern-cljs hope could be useful...and to have enough time to go on with the next ones... Mimmo -- You received this message because you are

Re: Short tutorials on ClojureScript

2012-11-05 Thread Rostislav Svoboda
Nice! Could you please add some screenshots? You know a picture attracts more attention than 100 words. (Thx in advance!) BTW You don't need to hope - it is useful! Bost On 5 November 2012 16:29, Mimmo Cosenza mimmo.cose...@gmail.com wrote: Hi, I started a short series of tutorials on

Re: Short tutorials on ClojureScript

2012-11-05 Thread Mimmo Cosenza
Hi, I'll do it next days :-(... I did not see so many pictures in github repos, so I was thinking it's not considered polite to add them...but you're rights thanx mimmo On Monday, November 5, 2012 4:29:42 PM UTC+1, Mimmo Cosenza wrote: Hi, I started a short series of tutorials on