Go to file
2010-10-27 17:38:34 -05:00
src Update answer key for sets addition. 2010-10-27 17:30:34 -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 Remove bogus link to download Clojure jar. 2010-10-27 17:38:34 -05: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:

  • JRE 1.5 or higher
  • clojure-1.2.0.jar

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

You can use leiningen (http://github.com/technomancy/leiningen) to automatically install the clojure-1.2.0.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