/lumo

Fast, cross-platform, standalone ClojureScript REPL

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

Lumo

Standalone ClojureScript REPL on Node.js.

Read the announcement blog post.

Build status

Platform Status
macOS CircleCI
Linux Build Status
Windows Build status

Contents

Installation

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).

Manual

  1. Download the latest release.
  2. Move it to somewhere in your $PATH.

Using Lumo

Enter lumo at the command line to launch it.

Check out lumo -h for usage instructions and supported command line options.

Building

To build Lumo from source:

  1. Make sure you have installed Boot and Yarn.
  2. At the root of the repository, run: boot release.
  3. The resulting binary can be found in build/lumo (or build\lumo.exe if you're on Windows).

Copyright & License

Copyright © 2016 António Nuno Monteiro

Distributed under the Eclipse Public License (see LICENSE).