Exercises and Explorations in Clojure
- Ensure Java (1.6 or higher) and Leiningen (Clojure project manager) are both installed
- Clone this repository
cd
into the repository- Run
lein run
to run the program in Clojure - Alternatively, run
lein uberjar
to compile the project into Java
Exercises and notes completed alongside Daniel Higginbotham's Clojure for the Brave and True
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.