Go to file
2010-01-24 11:04:27 -05:00
koans it helps if you put the metadata in the right place. also make mediate-on a macro so that I could get at the metadata from the actual test 2010-01-24 11:04:27 -05:00
.gitignore 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
path_to_enlightenment lLt's not use clojure.test. The runner can be much simpler and provide better output. I am putting the zen message as metadata on each function. The 'runner' exits on the first failure now 2010-01-23 22:28:43 -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.