Merge branch 'clojure' of git://github.com/relevance/functional-koans into clojure
This commit is contained in:
commit
d8aaa0ff59
@ -14,6 +14,4 @@ which will download all dependencies you need to run the clojure koans.
|
|||||||
|
|
||||||
To run the koans, simply run
|
To run the koans, simply run
|
||||||
|
|
||||||
path_to_englightenment
|
lein run
|
||||||
|
|
||||||
which will start path_to_enlightenment.clj.
|
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
CLASSPATH=.
|
|
||||||
|
|
||||||
for f in lib/*.jar; do
|
|
||||||
CLASSPATH=$CLASSPATH:$f
|
|
||||||
done
|
|
||||||
|
|
||||||
java -cp $CLASSPATH clojure.main -i koans/path_to_enlightenment.clj
|
|
@ -1,7 +1,9 @@
|
|||||||
(defproject functional-koans "0.0.1"
|
(defproject functional-koans "0.0.1"
|
||||||
:description "The functional koans"
|
:description "The functional koans"
|
||||||
|
:script "koans/path_to_enlightenment.clj"
|
||||||
:dependencies [[org.clojure/clojure "1.1.0"]
|
:dependencies [[org.clojure/clojure "1.1.0"]
|
||||||
[org.clojure/clojure-contrib "1.0-SNAPSHOT"]
|
[org.clojure/clojure-contrib "1.0-SNAPSHOT"]
|
||||||
[jline "0.9.94"]]
|
[jline "0.9.94"]]
|
||||||
:dev-dependencies [[lein-clojars "0.5.0-SNAPSHOT"]]
|
:dev-dependencies [[lein-clojars "0.5.0-SNAPSHOT"]
|
||||||
|
[leiningen-run "0.3"]]
|
||||||
:namespaces [koans])
|
:namespaces [koans])
|
Loading…
Reference in New Issue
Block a user