Hacker News new | ask | show | jobs
by no7hing 4919 days ago
Fastest way to start with Clojure (besides the online REPL at http://tryclj.com) is to get yourself leiningen (the widely used build tool for clojure projects under: http://github.com/technomancy/leiningen) and a plugin/mode for your editor of choice, do "lein new <your project name>" and start a REPL via "lein repl" to get working.