Go to file
Nuno Marques 4155a6b8ea Remove some answers.
Signed-off-by: Colin Jones <trptcolin@gmail.com>
2010-09-28 19:35:11 -05:00
src Remove some answers. 2010-09-28 19:35:11 -05:00
.gitignore ignore classes 2010-07-27 21:39:02 -05:00
ideaboard.txt unifying introductory functions a bit 2010-05-06 21:56:43 -05:00
project.clj updating to RC2 2010-08-08 20:13:26 -04:00
README.md updating to RC2 2010-08-08 20:13:26 -04:00
repl.bat add repl script 2010-08-08 20:25:42 -04:00
repl.sh add repl script 2010-08-08 20:25:42 -04:00
run.bat updating to RC2 2010-08-08 20:13:26 -04:00
run.sh updating to RC2 2010-08-08 20:13:26 -04:00
test.bat updating to RC2 2010-08-08 20:13:26 -04:00
test.sh updating to RC2 2010-08-08 20:13:26 -04:00

Functional Koans

Getting Started

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

clojure-1.2.0-RC2.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-RC2.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