Standalone ClojureScript REPL on Node.js.
Read the announcement blog post.
Platform | Status |
---|---|
macOS | |
Linux | |
Windows |
Via NPM
$ npm install -g lumo-cljs
Note: the installed binary will be named lumo
rather than lumo-cljs
Via Homebrew (macOS)
$ brew install lumo
Note: If you want to install a binary built from master, run brew install --HEAD lumo
(at your own responsibility).
- Download the latest release.
- Move it to somewhere in your
$PATH
.
Enter lumo
at the command line to launch it.
Check out lumo -h
for usage instructions and supported command line options.
To build Lumo from source:
- Make sure you have installed Boot and Yarn.
- At the root of the repository, run:
boot release
. - The resulting binary can be found in
build/lumo
(orbuild\lumo.exe
if you're on Windows).
Copyright © 2016 António Nuno Monteiro
Distributed under the Eclipse Public License (see LICENSE).