Skip to content

Instantly share code, notes, and snippets.

@tlberglund
Created November 19, 2012 16:55
Show Gist options
  • Save tlberglund/4111844 to your computer and use it in GitHub Desktop.
Save tlberglund/4111844 to your computer and use it in GitHub Desktop.
ClojureScript Resources

ClojureScript Workshop

MacOS Setup

  1. Install Homebrew

  2. Install Clojure

    brew install clojure

  3. Install Leiningen

    brew install leiningen

  4. Install [ClojureScript](https://github.com/clojure/clojurescript/wiki/* Quick-Start)

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

    cd clojurescript

    ./script/bootstrap

  5. Set CLOJURESCRIPT_HOME to the directory into which you just cloned the ClojureScript project

  6. Add $CLOJURESCRIPT_HOME/bin to your path.

ClojureScript Resources

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