mathics is an open source programming language created in 2012.
#351on PLDB | 12Years Old |
git clone https://github.com/mathics/Mathics
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.
StringJoin[Riffle[Map[ToString, Table[Fibonacci[i], {i,16}]], ", "]] <> "..."