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());
or
JTextPane textpane = ...;
ClojureConsole.installIntoTextPane(textpane);
or something like that.
What do people think would be the minimum requirements here? And if I
were to write something like this would people be interested in seeing
it added (to clojure or, maybe more appropriately, clojure-contrib) ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---