Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 916 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 916 Bytes

clj-swingrepl

Swing Clojure REPL that uses BeanShell's JConsole component.

Build

Run

You can run lein swank and connect with SLIME via Emacs, or you can build a distributable jar with lein uberjar

To run, use something like java -jar swingrepl-standalone.jar

Todo

  • Completions for things available in the current namespace: JConsole has its own completions mechanism that might be hooked into
  • Bracket, parentheses, quote completion/matching/highlighting
  • Better as-library behavior: provide configurable automatic imports

Notes

  • A Clojure implementation of something like JConsole might be nice

Thanks

Many props to the BeanShell dude for making such a cool REPL.

Copyright 2012 Alan Dipert Distributed under the Eclipse Public License, the same as Clojure.