/planck

Stand-alone ClojureScript REPL

Primary LanguageCEclipse Public License 1.0EPL-1.0

Planck

A stand-alone ClojureScript REPL for macOS based on JavaScriptCore.

Home page: planck-repl.org

Installing

$ brew install planck

or download it.

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

Build Status

Prerequisites

See Building Wiki for setting up OS-specific build tooling and dependencies.

Compiling

$ script/build

The resulting binary will be planck-c/build/planck.

Tests

$ script/test

License

Copyright © 2015–2016 Mike Fikes and Contributors

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.