Login  Register

Re: ANN: Groovy Console plugin available

Posted by Jarek Sacha-2 on Mar 07, 2011; 3:51am
URL: http://imagej.273.s1.nabble.com/ANN-Groovy-Console-plugin-available-tp3685472p3685474.html

Curtis:
> Any interest in incorporating the Groovy support into Fiji?
I will be glad to see it there, though I do not use Script Editor that much.

I would like to be able to run Groove and Scala scripts in ImageJ.
Groovy was a low hanging fruit, since the Console is part of Groovy, and
could be easily run from a plugin. The basic need for Groovy is now
satisfied.

Integrating Scala scripting is a bit more complex, there are some issues
with class loader. I have working prototype of a plugins for script
executor and command line interpreter. The plan is to have a simple
solution for plain ImageJ. Integration into the Fuji's Script Editor may
be a later consideration.

Jarek