|
|
||||
|
||||
|
|
||||
|
||||
|
|
|
|
||||
|
||||
|
|
||||
|
||||
|
|
Be Clojurian | |
|
Getting Started Get it from: Clojure Maintained Clojure Contrib Libraries (as of Clojure 1.3.0)
Also see LearnClojure
Nice but how to install Clojure? (I thought you will never ask) Being a JVM language, Clojure has to deal with the JVM classpath. Majority of Clojurians use Clojure specific build tools (which it is by the way a very convenient approach since you are going to need dependency manager and a smart REPL. Here are some options: Leiningen and Cake
Another option is to employ IDE integration (IntelliJ, NetBeans? and Eclipse are all support Clojure development).
IDE and Editors All major Java IDEs support Clojure development, IntelliJ/Eclipse/NetBeans? are all in this league.
Vi also supports Clojure via VimClojure
Clojure Books
Seven Languages in Seven Weeks (One chapter discussing Clojure)
Online resources and blogs 4Clojure is a resource to help fledgling clojurians learn the language through interactive problems. Playing with Clojure without installation Get help Official Clojure IRC irc://irc.freenode.net/ What others say about Clojure | |