A command line bootstrapped ClojureScript REPL for OS X based on JavaScriptCore.
Home page: planck.fikesfarm.com
brew install planck
Binaries for manual download are available.
./build.sh
- Resulting binary is in
build/Release/planck
- In the
plank-cljs
directory, doscript/build
open planck.xcodeproj
For development, things are setup so that the on-disk ClojureScript compiler output is used (the -o
or --out
parameter). To instead have the output bundled into the binary, run script/bundle
and then run Planck without the --out
option.
Distributed under the Eclipse Public License, which is also used by ClojureScript.