Planck
A stand-alone ClojureScript REPL for macOS and Linux based on JavaScriptCore.
Home page: planck-repl.org
Installing
On macOS:
$ brew install planck
For Linux, see Building below.
Using
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.
Building
Prerequisites
See Building Wiki for setting up OS-specific build tooling and dependencies.
Pre-made build environments for various environments are available in build-envs.
Compiling
$ script/build
The resulting binary will be planck-c/build/planck
.
Tests
$ script/test
License
Copyright © 2015–2017 Mike Fikes and Contributors
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.