Go to file
2010-07-26 18:15:26 -05:00
src more intuitive behavior for blank fn (___) 2010-07-26 18:15:26 -05:00
.gitignore using new :main leiningen key 2010-04-02 17:47:32 -05:00
ideaboard.txt unifying introductory functions a bit 2010-05-06 21:56:43 -05:00
project.clj updating README and version to reflect 1.2 update 2010-07-18 11:54:39 -05:00
README.md .md works as well as .markdown 2010-07-26 18:01:44 -05:00
run.bat moving to 1.2 2010-07-18 11:23:13 -05:00
run.sh moving to 1.2 2010-07-18 11:23:13 -05:00
test.bat simple test suite / answer key for contributors 2010-07-18 11:30:08 -05:00
test.sh simple test suite / answer key for contributors 2010-07-18 11:30:08 -05:00

Functional Koans

Getting Started

The only things you need to run the Clojure Koans are:

clojure-1.2.0-beta1.jar needs to be placed in a directory lib under this project.

You can also use leiningen (http://github.com/technomancy/leiningen) to automatically install the clojure-1.2.0-beta1.jar in the right place.

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

./run.sh

or, on Windows,

run.bat