You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Nuno Marques 1d09a984e7 changed the order of some exercises and removed a confusing map entry
Signed-off-by: Colin Jones <trptcolin@gmail.com>
14 years ago
src changed the order of some exercises and removed a confusing map entry 14 years ago
.gitignore ignore classes 14 years ago
README.md updating to RC2 14 years ago
ideaboard.txt more ideas and upgraded to 1.2.0 14 years ago
project.clj more ideas and upgraded to 1.2.0 14 years ago
repl.bat more ideas and upgraded to 1.2.0 14 years ago
repl.sh more ideas and upgraded to 1.2.0 14 years ago
run.bat more ideas and upgraded to 1.2.0 14 years ago
run.sh more ideas and upgraded to 1.2.0 14 years ago
test.bat more ideas and upgraded to 1.2.0 14 years ago
test.sh more ideas and upgraded to 1.2.0 14 years ago

README.md

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