Skip to content
forked from anmonteiro/lumo

Fast, cross-platform, standalone ClojureScript REPL

License

Notifications You must be signed in to change notification settings

clojure-china/lumo

 
 

Repository files navigation

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

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

About

Fast, cross-platform, standalone ClojureScript REPL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 60.5%
  • Clojure 37.3%
  • Batchfile 1.2%
  • Shell 1.0%