- Install Clojure
- Download clojure-1.4.0.zip from http://clojure.org/downloads
- Extract
- Add c:\opt\clojure-1.4.0 to PATH
- Create clojure.bat file in c:\opt\clojure-1.4.0 with the following:
- java -cp C:\opt\clojure-1.4.0\clojure-1.4.0.jar clojure.main
- Install Counterclockwise in Eclipse:
- Add following update site to Eclipse: http://ccw.cgrand.net/updatesite/
- Install Leiningen (Clojure build tool)
- Download Leiningen: git clone https://github.com/technomancy/leiningen/
- Run leiningen\bin\lein.bat self-install
- Add leiningen to PATH
- Download Clojure Koans: https://github.com/functional-koans/clojure-koans/downloads
- Extract
- script\run
Snippets and thoughts from a passionate software developer interested in all things DevOps, Continuous Delivery, Functional Programming, Distributed Systems. Also on Twitter as @mcallana.