Mathematica is an open source programming language created in 1988 by Stephen Wolfram.
#36on PLDB | 36Years Old | 22kRepos |
Wolfram Mathematica (usually termed Mathematica) is a modern technical computing system spanning most areas of technical computing — including neural networks, machine learning, image processing, geometry, data science, visualizations, and others. The system is used in many technical, scientific, engineering, mathematical, and computing fields. It was conceived by Stephen Wolfram and is developed by Wolfram Research of Champaign, Illinois. Read more on Wikipedia...
Print["Hello World"]
(* Hello World in Mathematica *)
Hello[] := Print["Hello, World!"]
Test[1 + 2, 3, TestID -> "One plus two"]
Feature | Supported | Example | Token |
---|---|---|---|
Standard Library | ✓ | Print["Hello, World!"] | |
Integers | ✓ | ||
Floats | ✓ | ||
Strings | ✓ | "Hello world" | " |
Comments | ✓ | ||
MultiLine Comments | ✓ | (* A comment *) | (* *) |
Print() Debugging | ✓ | ||
Semantic Indentation | X | ||
Line Comments | X |