Clojure Resources¶
Essential Resources¶
- Grimoire amazing online cheatsheet
- Clojure Reference Documentation
- Community-maintained Documentation for Common Clojure Functions with examples and discussion
- Java API Docs
More pointers to getting started¶
Exercises that help learn Clojure¶
- Clojure koans
- A series of youtube videos that help with koans
- Another excellent collection of Clojure problems of different levels: 4clojure.com/
Clojure Development Environments¶
- Nightcode
- Emacs with CIDER
- Eclipse with Counterclockwise
- Intellij with Cursive
- Vim with Fireplace
- Sublime Text with SublimeREPL
Finding Clojure libraries¶
Books and tutorials¶
- Clojure for the brave and true - not yet finished, but has an online version
- Living Clojure
- Clojure from the ground up - an excellent resource for those new to programming
ClojureScript¶
Videos¶
- Rich Hickey: Simple made Easy
- Carin Meier: The Joy of Flying Robots with Clojure
- Bruce Hauman: Interactive programming Flappy Bird in ClojureScript
- David Nolen: The Front End Architecture Revolution