mathics
mathics is an actively used programming language created in 2012. Mathics is a free, general-purpose online computer algebra system featuring Mathematica-compatible syntax and functions. It is backed by highly extensible Python code, relying on SymPy for most mathematical tasks.
8Years Old | 1,930Users | ?Jobs |
- the mathics website
- mathics on github
- mathics first appeared in 2012
- tryitonline has an online mathics repl
- Have a question about mathics not answered here? Email me and let me know how I can help.
Example code from the web:
StringJoin[Riffle[Map[ToString, Table[Fibonacci[i], {i,16}]], ", "]] <> "..."
Last updated August 9th, 2020