5 ms·
Fastest way to start with Clojure (besides the online REPL at http://tryclj.com http://tryclj.com) is to get yourself leiningen (the widely used build tool for
by no7hing 14y ago
Fastest way to start with Clojure (besides the online REPL at http://tryclj.com http://tryclj.com) is to get yourself leiningen (the widely used build tool for clojure projects under: http://github.com/technomancy/leiningen 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.