GEL Genius
GEL Genius is a programming language created in 1997. Genius (also known as the Genius Math Tool) is a free open-source numerical computing environment and programming language, similar in some aspects to MATLAB, GNU Octave, Mathematica and Maple. Genius is aimed at mathematical experimentation rather than computationally intensive tasks. It is also very useful as just a calculator. Read more on Wikipedia...
23Years Old | 25Users | ?Jobs |
- GEL Genius ranks in the top 25% of languages
- the GEL Genius website
- the GEL Genius wikipedia page
- GEL Genius first appeared in 1997
- See also: linux, matlab, octave, mathematica, maple, chapel, fortress, julia, maxima, r, sagemath, scilab, x10, labview, mathcad, mathematica-editor, speakeasy, vissim
- Have a question about GEL Genius not answered here? Email me and let me know how I can help.
Example code from the web:
function f(x) = ( if x <= 1 then 1 else (f(x-1)*x) )
Example code from Wikipedia:
function f(x) = ( if x <= 1 then 1 else (f(x-1)*x) )
Last updated August 9th, 2020