Go to file
2010-02-19 17:14:03 -05:00
koans adding sequence comprehensions and a 3-argument equality 2010-02-19 17:14:03 -05:00
.gitignore major refactoring. things are much simpler now 2010-02-06 11:49:53 -05:00
ideaboard.txt updating ideaboard 2010-02-07 15:55:44 -05:00
project.clj adding swank to the lein deps 2010-02-09 22:20:57 -05:00
README.markdown updating readme and removing runner since lein run works now 2010-02-08 00:25:18 -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

lein run