On Wednesday, November 14, 2012 10:24:42 PM UTC+1, Casper Clausen wrote:

> I just want to chime in and say good work. This exactly what I have been 
> looking for as a gentle introduction to clojurescript.


thanks so much Casper 

>
> If I can make one suggestion, it would be nice to have each chapter 
> accompanied by a project for that chapter. 
>

actually if you git clone (or fork) it, you have the complete code and you 
can immediately run it by (assuming you cd in the project directory):

$ lein ring server
then open a second terminal, cd in the project dir and
$ lein cljsbuild auto
the open a third  terminal, cd in the project dir and
$ lein trampoline cljsbuild repl-listen

then visit whichever page you want from whichever tutorial you're following 
and hopefully everything should work 

anyway, I'm thinking to create a branch for each tutorial, in such a way 
that you'll need to:

$ git clone https://.......
$ git checkout tutorial-1 # for tutorial-1
$ git checkout tutorial-2 # for tutorial-1 
etc.

In this way every single tutorial will only have its project contents. Do 
you think it could be ok in this way?

It would mean a lot less copy and paste to follow along with the examples.
>

my best

Mimmo


/Casper
>
> On Tuesday, November 13, 2012 5:41:49 PM UTC+1, Mimmo Cosenza wrote:
>>
>> Hi all,
>> I'm always a little bit afraid in announcing my small results  as a 
>> clojure/cljurescript newbie to such a smart community of programmers. 
>>
>> I just published on github my learning efforts in the 6th tutorial on 
>> clojurescript
>>
>> https://github.com/magomimmo/modern-cljs
>>
>> Hope it can help other newbies like me.
>>
>> Mimmo
>>
>>
>>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to