JLab

For the national laboratory, see Thomas Jefferson National Accelerator Facility.
jLab
Type Technical computing
License GNU GPL v2
Website https://code.google.com/p/jlabgroovy/

jLab is a numerical computational environment implemented in Java. The main scripting engine of jLab is GroovySci, an extension of Groovy. Additionally, the interpreted J-Scripts (similar to MATLAB) and dynamic linking to Java class code are supported.

The jLab environment aims to provide a MATLAB/Scilab like scientific computing platform that is supported by scripting engines implemented in the Java language.

In the current implementation of jLab there coexist two scripting engines:

  1. the interpreted j-Script scripting engine and
  2. the compiled Groovy scripting engine. The later (i.e. Groovy) seems to be the preferred choice, since it is much faster, can execute directly Java code using only the familiar Java packaging rules, and is feature-rich language, i.e. Groovy enhanced with MATLAB style matrix operations and surrounding support environment.

See also

External links


This article is issued from Wikipedia - version of the 3/17/2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.