Clojure user groups on Meetup
dp
cema
http://clojure.meetup.com/

Some of these groups are exclusively devoted to Clojure, others list Clojure among its interests. Some places have people waiting for others to join them in starting a group. There may be one or more near you!

the "learn clojure" site
dp
cema
http://learn-clojure.com/

Incanter
dp
cema
http://data-sorcery.org/

A Clojure-based statistical computing package and graphics environment for Clojure and JVM.

labrepl
dp
cema
Labrepl is a tutorial environment for learning clojure.

Announced in the clojure google group, uploaded to github. An easy installer was suggested in the discussion.

Upcoming books: The Joy of Clojure
dp
cema
http://www.manning.com/fogus/

jline
dp
cema
Jline may be used on top of the standard clojure repl, as mentioned at http://clojure.org/getting_started. It adds history walk and minimal editing.

Jline can be downloaded at http://sourceforge.net/projects/jline/files. Get the latest version (the download button will not necessarily show the latest one).

Example usage in Windows:



Example usage in Unix: see http://clojure.org/getting_started.

clojure 1.1
dp
cema
Read about it at http://github.com/richhickey/clojure/blob/1.1.x/changes.txt as well as http://clojure.blogspot.com/2009/12/clojure-11-release.html

Download at http://clojure.googlecode.com/files/clojure-1.1.0.zip

Upcoming books: Practical Clojure
dp
cema
http://www.apress.com/book/view/9781430272311

Upcoming books: Clojure in Action
dp
cema
http://www.manning.com/rathore/

To start
dp
cema
Clojure is a modern Lisp, two years in the making and counting. It runs on JVM (desktop Java runtime) and thus bridges two worlds: the widely used and well optimized modern virtual machine (with Java API readily available) and one of the oldest and most elegant programming languages (Lisp, born in 1958).

Language advocacy is not the best way to spend a programmer's time; learning the craft is better, and writing programs is best. Have fun and good luck!

You are viewing clojure