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 f4a6803ce5 Merge branch 'clojure' of git@github.com:trptcolin/functional-koans into clojure 15 years ago
koans adding about functions 15 years ago
.gitignore major refactoring. things are much simpler now 15 years ago
README.markdown updating readme and removing runner since lein run works now 15 years ago
ideaboard.txt updating ideaboard 15 years ago
project.clj Added leiningen-run to the project. Now you can run it with: lein run 15 years ago

README.markdown

Functional Koans

Getting Started

To download the dependencies, install leiningen (http://github.com/technomancy/leiningen). 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

lein run