Korny's Clojure info site
clojure resources
These are things I use all the time:
Clojure cheat sheet
or there's the official one at
http://clojure.org/cheatsheet
but the above one is generally better
the
Clojure toolbox
for "what library does X?"
language and api docs
http://clojure.org/documentation
- main language documentation site
http://clojure.github.io/clojure/
- official api docs
http://grimoire.arrdem.com/
- the grimoire, a newer user-built doc site
http://clojure-doc.org/
- unofficial doc site, has some useful examples
Essential libraries
Leiningen
for building
Midge
for testing
and the
Midje wiki
for more docs
Ring
for core web functionality
the
ring spec
is also very useful to have by you.
and
Compojure
, ring's best buddy.