ImageJ 1.51r and last version of JavaScript: ECMAScript 2015+

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

ImageJ 1.51r and last version of JavaScript: ECMAScript 2015+

Jean-Christophe Taveau
Hi all,

With the last version of ImageJ 1.51r, it is now possible to run Java9 and
use the last version of JavaScript called ECMAScript 6 (or ES2015).
This new version of JS is much more powerful with a lot of new
functionalities. If you are interested for configuring ImageJ, I wrote
several pages about JS in my course of Image Processing.

Here are the links:
Configuration:
https://crazybiocomputing.blogspot.fr/2017/10/imagej-and-ecmascript-6.html
JS and ImageJ:
https://crazybiocomputing.blogspot.fr/2013/02/programming-in-javascript.html

Hope that helps. Jean-Christophe.

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: ImageJ 1.51r and last version of JavaScript: ECMAScript 2015+

Wayne Rasband-2
> On Oct 27, 2017, at 10:02 AM, Jean-Christophe Taveau <[hidden email]> wrote:
>
> Hi all,
>
> With the last version of ImageJ 1.51r, it is now possible to run Java9 and
> use the last version of JavaScript called ECMAScript 6 (or ES2015).
> This new version of JS is much more powerful with a lot of new
> functionalities. If you are interested for configuring ImageJ, I wrote
> several pages about JS in my course of Image Processing.

The latest ImageJ daily build (1.51s7), when running Java 9, uses the ES 6 standard to run JavaScript code,
so it’s now easier to try the new features in ES 6 like ‘let’, ‘const’ and arrow functions.

-wayne

> Here are the links:
> Configuration:
> https://crazybiocomputing.blogspot.fr/2017/10/imagej-and-ecmascript-6.html
> JS and ImageJ:
> https://crazybiocomputing.blogspot.fr/2013/02/programming-in-javascript.html
>
> Hope that helps. Jean-Christophe.
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html