1d09a984e7e29978ec2254155cf8f637ff7fc4ae
				
			
			
		
	Signed-off-by: Colin Jones <trptcolin@gmail.com>
Functional Koans
Getting Started
The only things you need to run the Clojure Koans are:
- JRE 1.5 or higher
 - clojure-1.2.0-RC2.jar (http://github.com/downloads/relevance/functional-koans/clojure-1.2.0-RC2.jar)
 
clojure-1.2.0-RC2.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.2.0-RC2.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
Description
				
					Languages
				
				
								
								
									Clojure
								
								72.1%
							
						
							
								
								
									HTML
								
								24.4%
							
						
							
								
								
									Shell
								
								2%
							
						
							
								
								
									Batchfile
								
								1.5%