Skip to content

Instantly share code, notes, and snippets.

@ninjudd
Created July 21, 2011 20:26
Show Gist options
  • Save ninjudd/1098120 to your computer and use it in GitHub Desktop.
Save ninjudd/1098120 to your computer and use it in GitHub Desktop.
ClojureScript in node.js with homebrew on OS X
git clone https://github.com/clojure/clojurescript.git
cd clojurescript
script/bootstrap
bin/cljsc samples/nodehello.cljs {:target :nodejs} > nodehello.js
brew install node
node nodehello.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment