40

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

Michiel Borkent
  • 34,228
  • 15
  • 86
  • 149

8 Answers8

25

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

JoeCamel
  • 672
  • 4
  • 16
  • I'll update the answer when new parts of the series show up. – JoeCamel Jul 30 '11 at 08:20
  • Part 2 and Part 3 seem pretty irrelevant to a newbie. And sadly, there's no information on how to get up and running. Is it ok to update this wiki with tutorials that are not from the Fogus series? – Daniel Kaplan May 31 '13 at 03:46
10

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.

3cityDan
  • 146
  • 1
  • 3
9

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.

Edmund
  • 91
  • 2
8

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

mac
  • 9,885
  • 4
  • 36
  • 51
6

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

Magomimmo
  • 306
  • 2
  • 4
2

I am starting to make some demo videos of Clojurescript. I am a terrible presenter but I hope it helps:

http://www.youtube.com/watch?v=lX6isnBn6mY

yazz.com
  • 57,320
  • 66
  • 234
  • 385
2

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

huntar
  • 1,072
  • 11
  • 9
1

Sierra and VanderHart's ClojureScript: Up and Running is a good book. One might feel that there's not enough content to justify the price, but sometimes good content is worth paying for, even when there's not a lot of it, if it's what you need.

Mars
  • 8,689
  • 2
  • 42
  • 70