Go to file
Nuno Marques 9b36862ab0 more ideas and upgraded to 1.2.0
Signed-off-by: Colin Jones <trptcolin@gmail.com>
2010-10-27 17:19:40 -05:00
src Update answer key and add vector function. 2010-10-27 00:04:32 -05:00
.gitignore ignore classes 2010-07-27 21:39:02 -05:00
ideaboard.txt more ideas and upgraded to 1.2.0 2010-10-27 17:19:40 -05:00
project.clj more ideas and upgraded to 1.2.0 2010-10-27 17:19:40 -05:00
README.md updating to RC2 2010-08-08 20:13:26 -04:00
repl.bat more ideas and upgraded to 1.2.0 2010-10-27 17:19:40 -05:00
repl.sh more ideas and upgraded to 1.2.0 2010-10-27 17:19:40 -05:00
run.bat more ideas and upgraded to 1.2.0 2010-10-27 17:19:40 -05:00
run.sh more ideas and upgraded to 1.2.0 2010-10-27 17:19:40 -05:00
test.bat more ideas and upgraded to 1.2.0 2010-10-27 17:19:40 -05:00
test.sh more ideas and upgraded to 1.2.0 2010-10-27 17:19:40 -05: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