1.

How To Run Clojure?

Answer»

Local build -

GIT clone https://github.com/clojure/clojure.git

cd clojure

./antsetup.sh

ANT local

Then start the REPL with the local JAR -

java -jar clojure.jar

Try Clojure online - Provides a BROWSER based Clojure repl for INTERACTIVE exploration.

Local build -

git clone https://github.com/clojure/clojure.git

cd clojure

./antsetup.sh

ant local

Then start the REPL with the local jar -

java -jar clojure.jar

Try Clojure online - Provides a browser based Clojure repl for interactive exploration.



Discussion

No Comment Found