re-pl

March 5, 2019 · View on GitHub

Try the live demo!

A toy re-frame application that presents the user with a bootstrapped cljs repl.

Uses replumb to make read/eval super easy, and CodeMirror for editing/highlighting.

Development Mode

Run application:

clj -A:fig:build

Figwheel will launch a browser for interactive development.

Production Build

make site

Copyright © 2019 Yet Analytics, Inc.

Distributed under the Eclipse Public License, the same as Clojure.

Contents

  1. 1Development Mode
  2. 1.1Run application:
  3. 2Production Build