Clojure is a dialect of the LISP programming language that runs on the Java Virtual Machine. It's becoming increasingly popular as a modern functional programming language. This week O'Reilly Radar blogger Stuart Sierra called it "the hot new language of the moment." He describes Clojure as "Lisp meets Java with a side of Erlang." Interested? Here are a few free resources to get you started.
Try Clojure and 4Clojure provide you with the chance to play with Clojure without installing anything. 4Clojure gives you a set of problems to solve using Clojure code, a bit like koans (see below) or Project Euler.
Clojure Koans are a free set of programming exercises for learning the Clojure programming language, similar to the famous Ruby Koans project.
labrepl is a Clojure application that you can run on your local computer or server. It provides a set of exercises for learning Clojure with step by step instructions. It was originally created for the Clojure Studio class.
The Clojure Wikibook seems to be just getting started, but it does have its own example-driven Clojure tutorial, a Clojure cookbook and lots of links (some of which are included here). The concepts page is pretty extensive.
Learning Clojure is another WikiBook project that is still in its early stages.
Clojure Docs is a community powered Clojure documentation site, including references for most (all?) of Clojure's features. Like the Wikibook, it's still in its early stages.