A command line bootstrapped ClojureScript REPL for OS X based on JavaScriptCore.
Read the blog post.
You can download the binary file used in the demo in the blog post if you'd like to give it a try. Run the planck
executeable from within the uncompressed/untarred directory. (The planck
executable looks for and needs the planck-cljs-runtime
to be in the current working directory).
planck-demo.tar.gz size 1195442 bytes, md5 0935c612c142dbc8a51c018f370f0e54
- Clone and build ClojureScript master (script/build).
- Clone David Nolen's fork of tools.reader, switch to the cljs-bootstrap branch and do lein install.
- Set the project.clj file so that it matches the ClojureScript master build number.
- In the ClojureScript/planck directory, do lein run -m clojure.main script/build.clj
- Do a pod install in the top level.
open planck.xcworkspace
and adjust the path and run the app