Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

GEL Genius

< >

GEL Genius is an open source programming language created in 1997.

#1313on PLDB 27Years Old
HomepageREPLWikipedia

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...


Example from the web:
function f(x) = ( if x <= 1 then 1 else (f(x-1)*x) )
Example from Riju:
print("Hello, world!")
Example from Wikipedia:
function f(x) = ( if x <= 1 then 1 else (f(x-1)*x) )
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll