Go to file
2010-05-26 20:54:29 -05:00
src fix function-returning-function typo 2010-05-26 20:54:29 -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 removing unused dependencies & adding script runners 2010-05-26 20:40:56 -05:00
README.markdown removing unused dependencies & adding script runners 2010-05-26 20:40:56 -05:00
run.bat removing unused dependencies & adding script runners 2010-05-26 20:40:56 -05:00
run.sh removing unused dependencies & adding script runners 2010-05-26 20:40:56 -05:00

Functional Koans

Getting Started

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

  • JRE 1.5 or higher
  • clojure-1.1.0.jar (available in the Downloads tab on the GitHub project)

You can also use leiningen (http://github.com/technomancy/leiningen) to install the clojure-1.1.0.jar.

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