Re: clojurescript introduction

2014-08-01 Thread Paweł Rozynek
thank u all for responses, very helpful regards PR -- 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.

Re: clojurescript introduction

2014-07-31 Thread Denis Fuenzalida
Probably you'll want something like https://github.com/swannodette/lt-cljs-tutorial which is oriented to Light-Table users and https://github.com/magomimmo/modern-cljs/tree/master/cljs-tutorial which covers other editors and IDEs. >From there, it's likely you'll want to check how to edit the D

Re: clojurescript introduction

2014-07-31 Thread blake
>>is there something similar to http://clojurescriptone.com/ that actually works? unfortunately one is failing on 3rd command from tutorial which is 'lein bootstrap'.<< What's kind of funny about that is that on the first page of the Wiki, it says; lein bootstrap'bootstrap' is not a task. See 'le

Re: clojurescript introduction

2014-07-31 Thread Gary Verhaegen
Haven't tried them myself (yet), but there has been a lot of great feedback on this list about these: https://github.com/magomimmo/modern-cljs Keep in mind, however, that clojurescript is a rapidly moving target and these tutorials are somewhat old now. On Thursday, 31 July 2014, David Powell wr

Re: clojurescript introduction

2014-07-31 Thread David Powell
For the absolute basics, you could try: http://swannodette.github.io/2013/10/27/the-essence-of-clojurescript/ On Thu, Jul 31, 2014 at 11:27 AM, Paweł Rozynek wrote: > hi > > is there something similar to http://clojurescriptone.com/ that actually > works? unfortunately one is failing on 3rd comma

clojurescript introduction

2014-07-31 Thread Paweł Rozynek
hi is there something similar to http://clojurescriptone.com/ that actually works? unfortunately one is failing on 3rd command from tutorial which is 'lein bootstrap'. id appreciate some good learning materials suggestions for clojurescript. regards PR -- You received this message because you