Re: gui repl

2010-01-07 Thread Joseph Smith
This is very interesting, but I cannot seem to get Clojure code to execute in it. I have it installed and field thinks it is installed. Do I need to somehow switch modes? --- Joseph Smith j...@uwcreations.com On Jan 4, 2010, at 3:42 PM, Marc Downie wrote: > > Well, if people are in the m

Re: gui repl

2010-01-04 Thread Marc Downie
Well, if people are in the mood for fun, hybrid, Clojure REPLs... The latest version of Field (a mac-only open source IDE for digital art) secretly supports Clojure as one of its embedded languages (screenshot here

Re: gui repl

2010-01-04 Thread Brian Goslinga
Nice. This reminds me of some of the things you can do in CLIM. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your

Re: gui repl

2010-01-04 Thread Kevin Downey
ah, well, the differences are: a. this repl is written in Clojure b. this repl can "print" arbitrary jcomponents, not just text. for example in the screenshot a ChartPanel from JFreeChart is rendered in the repl On Sun, Jan 3, 2010 at 11:42 PM, Albert Cardona wrote: > I built a Swing REPL for c

Re: gui repl

2010-01-03 Thread Albert Cardona
I built a Swing REPL for clojure some time ago, it's part of Fiji. Launch from "Plugins - Scripting - Clojure Interpreter" menu command. http://pacific.mpi-cbg.de Code here: http://pacific.mpi-cbg.de/cgi-bin/gitweb.cgi?p=fiji.git;a=blob;f=src-plugins/Clojure/Clojure_Interpreter.java;hb=HEAD Alb