Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>From the <a href="http://code.google.com/p/jlabgroovy/" rel="nofollow">jGroovyLab</a> page:</p> <blockquote> <p>The GroovyLab environment aims to provide a Matlab/Scilab like scientific computing platform that is supported by a scripting engine implemented in Groovy language. The GroovyLab user can work either with a Matlab-lke command console, or with a flexible editor based on the jsyntaxpane (<a href="http://code.google.com/p/jsyntaxpane/" rel="nofollow">http://code.google.com/p/jsyntaxpane/</a>) component, that offers more convenient code development. Also, GroovyLab supports Computer Algebra based on the symja (<a href="http://code.google.com/p/symja/" rel="nofollow">http://code.google.com/p/symja/</a>) project.</p> </blockquote> <p>And there is also <a href="http://code.google.com/p/groovylab/" rel="nofollow">GroovyLab</a>:</p> <blockquote> <p>GroovyLab is a collection of Groovy classes to provide matlab-like syntax and basic features (linear algebra, 2D/3D plots). It is based on jmathplot and jmatharray libs: </p> </blockquote> <p>Groovy has a smooth learning curve for Java programmers and a flexible syntax similar to Ruby. <a href="http://java.dzone.com/articles/groovy-dsl-simple-example" rel="nofollow">It is also pretty easy to write a DSL on it</a>.</p> <p>Though Groovy's <a href="http://java.dzone.com/articles/groovy-20-performance-compared" rel="nofollow">performance is pretty good for a dynamic language</a>, you can use <a href="http://docs.codehaus.org/display/GroovyJSR/GEP+10+-+Static+compilation" rel="nofollow">static compilation</a> if you are in the need for it.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload