A stand-alone ClojureScript REPL for macOS and Linux based on JavaScriptCore.
Home page: planck-repl.org
On macOS:
$ brew install planck
On Ubuntu:
sudo add-apt-repository ppa:mfikes/planck
sudo apt-get update
sudo apt-get install planck
For other Linux distros, see Building below.
Launch Planck by entering planck
at the terminal.
Get help on command-line options by issuing planck -h
.
For more details, see the Planck User Guide.
See Building Wiki for setting up OS-specific build tooling and dependencies.
Pre-made build environments for various environments are available in build-envs.
$ script/build
The resulting binary will be planck-c/build/planck
.
$ script/test
Copyright © 2015–2017 Mike Fikes and Contributors
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.