Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 596 Bytes

File metadata and controls

21 lines (11 loc) · 596 Bytes

SCR

Swing Clojure REPL front-end for [nrepl] (https://github.com/clojure/tools.nrepl)

Alpha

Usage

lein run

TO-DO: shell scripts, uberjar?, etc.

Enter forms in the top pane. Eval button evaluates selected text, or everything if no selection. Output and exceptions appear in the bottom pane.

[clj-ns-browser] (https://github.com/franks42/clj-ns-browser) is listed as a dependency in project.clj, but isn't actually a dependency. It's there so you can easily start sdoc.

License

Copyright (C) 2012 Mike Messinides

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