Skip to content

Instantly share code, notes, and snippets.

@owainlewis
Created March 21, 2012 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save owainlewis/2152665 to your computer and use it in GitHub Desktop.
Save owainlewis/2152665 to your computer and use it in GitHub Desktop.
ClojureScript Setup OSX

Install ClojureScript

git clone git://github.com/clojure/clojurescript.git
cd clojurescript
./script/bootstrap

In ClojureScript dir

export CLOJURESCRIPT_HOME=$HOME/
export PATH=$PATH:$CLOJURESCRIPT_HOME/bin:$CLOJURESCRIPT_HOME/script

CLJS repl

$ repljs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment