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.

7 lines
295 B
Clojure

(defproject functional-koans "0.0.1"
:description "The functional koans"
:dependencies [[org.clojure/clojure "1.1.0"]
[org.clojure/clojure-contrib "1.0-SNAPSHOT"]
[jline "0.9.94"]]
:dev-dependencies [[lein-clojars "0.5.0-SNAPSHOT"]]
:namespaces [koans])