Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Are there already some good tutorial on ClojureScript? I would like to try it out, but don't know where to start exactly.

share|improve this question

6 Answers

up vote 18 down vote accepted

Fogus is writing a series on ClojureScript which you may find interesting.

share|improve this answer
I'll update the answer when new parts of the series show up. – JoeCamel Jul 30 '11 at 8:20

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.

share|improve this answer

Not exactly tutorials but I found both Justin Grants Convex hull demo and the SVG graphing library Apogee helpful.

share|improve this answer

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.

share|improve this answer

This is an older question, but I am gradually building up a library of sample code that I hope is helpful:

share|improve this answer

You can find a gentle introduction to ClojureScript at https://github.com/magomimmo/modern-cljs

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.