Scala Console plugin available

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Scala Console plugin available

Jarek Sacha-2
I am happy to announce that the new Scala Console plugin is now
available. It enables editing and running Scala scripts from within
ImageJ. Scripts have full access to ImageJ API and API's of all
installed ImageJ plugins. Scala Console can be also run stand alone
(outside ImageJ).

The plugin installs under ImageJ menu: Plugins > Scripting > Scala Console

Download link:
https://sourceforge.net/projects/ij-plugins/files/ij-scala/v.1.0.0/

Home page: http://ij-plugins.sourceforge.net/plugins/scala/index.html

Jarek
Reply | Threaded
Open this post in threaded view
|

Re: Scala Console plugin available

dscho
Hi Jarek,

On Wed, 22 Feb 2012, Jarek Sacha wrote:

> I am happy to announce that the new Scala Console plugin is now available. It
> enables editing and running Scala scripts from within ImageJ. Scripts have
> full access to ImageJ API and API's of all installed ImageJ plugins. Scala
> Console can be also run stand alone (outside ImageJ).
>
> The plugin installs under ImageJ menu: Plugins > Scripting > Scala Console
>
> Download link:
> https://sourceforge.net/projects/ij-plugins/files/ij-scala/v.1.0.0/
>
> Home page: http://ij-plugins.sourceforge.net/plugins/scala/index.html

Is there a good reason why this has not been integrated with the scripting
framework in Fiji?

I ask because we tried to avoid reinventing the wheel and managed to put
in a lot of basic infrastructure into fiji-scripting.jar so that nobody
should need to reimplement the same things over and over again, such as a
console that does not behave differently between the different languages,
menu integration, auto-importing, etc.

Ciao,
Johannes