/cljmirror

A Clojure Web REPL, based on CodeMirror

Primary LanguageCSS

cljmirror

A Clojure web REPL.

  • Using CodeMirror for nice editing / syntax highlighter

Usage

$ lein ring server

Direct your browser to http://localhost:3000/

Todo

  • clojail
  • one ns per session
  • cljs-ify the js
  • read-only mode while waiting for reply
  • reload-page-safe
  • InstaREPL-like re-eval of all results?

License

Copyright (C) 2013 Martin Trojer

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