Maxima is an open source programming language created in 1982.
#451on PLDB | 42Years Old |
Maxima is a computer algebra system (CAS) based on a 1982 version of Macsyma. It is written in Common Lisp and runs on all POSIX platforms such as macOS, Unix, BSD, and Linux, as well as under Microsoft Windows and Android. It is free software released under the terms of the GNU General Public License (GPL).. Read more on Wikipedia...
print("Hello World")$
if then else elseif do while repeat until for from to downto step thru
Feature | Supported | Example | Token |
---|---|---|---|
MultiLine Comments | ✓ | ||
Integers | ✓ | ||
Floats | ✓ | ||
Conditionals | ✓ | ||
While Loops | ✓ | ||
Strings | ✓ | "Hello world" | " |
Print() Debugging | ✓ | ||
Comments | ✓ | ||
Semantic Indentation | X |