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.
 
 
 
 
Colin Jones 0d4a6cb1ce using fill-in-blanks for everything 14 years ago
src using fill-in-blanks for everything 14 years ago
.gitignore using new :main leiningen key 14 years ago
README.markdown provide link to clojure jar & add wording about necessary lib location 14 years ago
ideaboard.txt unifying introductory functions a bit 14 years ago
project.clj not really using a main 14 years ago
run.bat moving run call out of the .clj 14 years ago
run.sh moving run call out of the .clj 14 years ago

README.markdown

Functional Koans

Getting Started

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

clojure-1.1.0.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.1.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