Getting started with Clojure
Why Clojure?
As I apparently love to use many braces in my blog posts, Clojure is just a natural match! ;) Just kidding. I wanted to dig into Clojure for about a year now, but couldn't find the time. Clojure to me seems like the most interesting member of the functional programming language family.
Getting started
The official clojure.org website has a Getting Started page http://clojure.org/getting_started which sends you to the community-driven Clojure Documentation http://dev.clojure.org/display/doc …
… but there is also this one: http://clojure-doc.org/
… and even this one: http://clojuredocs.org/
… and additionally there's the official documentation at http://clojure.org/documentation ;-)