2010-01-15 01:13:17 +00:00
|
|
|
# Functional Koans
|
|
|
|
|
2010-05-27 18:22:26 +00:00
|
|
|
|
2010-01-15 01:13:17 +00:00
|
|
|
### Getting Started
|
|
|
|
|
2010-05-27 01:16:28 +00:00
|
|
|
The only things you need to run the Clojure Koans are:
|
|
|
|
|
|
|
|
- JRE 1.5 or higher
|
2010-08-09 00:13:26 +00:00
|
|
|
- clojure-1.2.0-RC2.jar
|
|
|
|
(http://github.com/downloads/relevance/functional-koans/clojure-1.2.0-RC2.jar)
|
2010-05-27 18:22:26 +00:00
|
|
|
|
2010-08-09 00:13:26 +00:00
|
|
|
clojure-1.2.0-RC2.jar needs to be placed in a directory `lib` under this project.
|
2010-05-27 01:16:28 +00:00
|
|
|
|
2010-05-27 18:22:26 +00:00
|
|
|
You can also use leiningen (http://github.com/technomancy/leiningen) to
|
2010-08-09 00:13:26 +00:00
|
|
|
automatically install the clojure-1.2.0-RC2.jar in the right place.
|
2010-05-27 01:16:28 +00:00
|
|
|
|
2010-05-27 18:22:26 +00:00
|
|
|
After you have leiningen installed, run
|
2010-01-15 01:13:17 +00:00
|
|
|
|
|
|
|
`lein deps`
|
|
|
|
|
|
|
|
which will download all dependencies you need to run the clojure koans.
|
|
|
|
|
2010-05-27 18:22:26 +00:00
|
|
|
|
2010-01-15 01:13:17 +00:00
|
|
|
### Running The Koans
|
|
|
|
|
|
|
|
To run the koans, simply run
|
|
|
|
|
2010-05-27 01:16:28 +00:00
|
|
|
`./run.sh`
|
|
|
|
|
|
|
|
or, on Windows,
|
|
|
|
|
|
|
|
`run.bat`
|