2010-01-15 01:13:17 +00:00
|
|
|
# Functional Koans
|
|
|
|
|
|
|
|
### 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
|
|
|
|
- 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
|
2010-01-15 01:13:17 +00:00
|
|
|
|
|
|
|
`lein deps`
|
|
|
|
|
|
|
|
which will download all dependencies you need to run the clojure koans.
|
|
|
|
|
|
|
|
### Running The Koans
|
|
|
|
|
|
|
|
To run the koans, simply run
|
|
|
|
|
2010-05-27 01:16:28 +00:00
|
|
|
`./run.sh`
|
|
|
|
|
|
|
|
or, on Windows,
|
|
|
|
|
|
|
|
`run.bat`
|