mathics is a programming language created in 2012.
#828on PLDB | 11Years Old | 2.7kUsers |
0Books | 0Papers |
Try now: TIO
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}]], ", "]] <> "..."