Are there already some good tutorial on ClojureScript? I would like to try it out, but don't know where to start exactly.
|
Fogus is writing a series on ClojureScript which you may find interesting.
|
||||
|
|
|
I've put up a first steps blog post/tutorial aimed at getting GUI elements working here: http://boss-level.com/?p=102 . It also gives a brief intro to how to structure your project directory to interact with Clojurescript, as well as how to delve about within the Closure Library GUI elements. |
||||
|
|
|
Not exactly tutorials but I found both Justin Grants Convex hull demo and the SVG graphing library Apogee helpful. |
|||
|
|
|
Take a look at the newly released ClojureScript One project. It is an example of a webapp written in ClojureScript and Clojure. Great piece of information describing the project can be found at their wiki pages. Here's a screencast showing ClojureScript REPL in action. |
|||
|
|
|
This is an older question, but I am gradually building up a library of sample code that I hope is helpful:
|
|||
|
|
|
You can find a gentle introduction to ClojureScript at https://github.com/magomimmo/modern-cljs |
|||
|
|