GroovyLab: Difference between revisions
Appearance
Content deleted Content added
m trying to make title normal, not decapitalized |
|||
Line 1: | Line 1: | ||
{{About||the nuclear physics laboratory|Thomas Jefferson National Accelerator Facility|the headphone and speaker brand|JLab Audio}} |
{{About||the nuclear physics laboratory|Thomas Jefferson National Accelerator Facility|the headphone and speaker brand|JLab Audio}} |
||
{{Unreferenced|date=July 2011}} |
{{Unreferenced|date=July 2011}} |
||
{{Lowercase title}} |
|||
{{Infobox software |
{{Infobox software |
||
| name = GroovyLab |
| name = GroovyLab |
Latest revision as of 04:58, 23 January 2023
Initial release | January 1, 2014 |
---|---|
Stable release | 2020
/ December 6, 2020 |
Type | Technical computing |
License | GNU GPL v2 |
Website | https://github.com/sterglee/GroovyLab |
GroovyLab, formerly 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:
- the interpreted j-Script scripting engine and
- 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
[edit]External links
[edit]- https://github.com/sterglee/GroovyLab
- https://sourceforge.net/projects/groovylab/
- https://code.google.com/archive/p/jlabgroovy/