Re: Feature Request: Easily Embeddable Console

2009-04-29 Thread kyle smith
See repl.clj in the files section. I've embedded it in a few of my apps, and it's quite nice. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups

Feature Request: Easily Embeddable Console

2009-04-29 Thread ianp
IMHO it would be good if there were an easy (i.e. 1-line) way of embedding Clojure in an existing Swing app. most of the docs out there cover embedding it in a console application, or using Swank to connect over a socket. Ideally, either: JPanel panel = ...; panel.add(new ClojureConsole(