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.
script/build
- Resulting binary is in
build/Release/planck
script/test
- 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, in planck-cljs
, run script/bundle
and then run Planck without the --out
option. (Bundling is done when doing a top-level script/build
to produce a binary.)
Distributed under the Eclipse Public License, which is also used by ClojureScript.