Go to file
2010-01-14 20:13:17 -05:00
koans starting... lots of work to do 2010-01-14 20:13:17 -05:00
.gitignore starting... lots of work to do 2010-01-14 20:13:17 -05:00
build.xml starting... lots of work to do 2010-01-14 20:13:17 -05:00
ideaboard.txt initial list 2010-01-14 18:21:05 -05:00
project.clj starting... lots of work to do 2010-01-14 20:13:17 -05:00
README.markdown starting... lots of work to do 2010-01-14 20:13:17 -05:00

Functional Koans

Getting Started

To download the dependencies, install leiningen (http://github.com/technomancy/leiningen). After you have leiningen installed run

lein deps

which will download all dependencies you need to run the clojure koans.

Running The Koans

To run the koans, simply run

ant

which will run all the files in the koans directory.