Created
July 21, 2011 20:26
-
-
Save ninjudd/1098120 to your computer and use it in GitHub Desktop.
ClojureScript in node.js with homebrew on OS X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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