Mathematica is an open source programming language created in 1988 by Stephen Wolfram.
#45on PLDB | 35Years Old | 22kRepos |
Try now: TIO
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 | Token | Example |
---|---|---|---|
Integers | ✓ | ||
Floats | ✓ | ||
Strings | ✓ | " | "Hello world" |
Comments | ✓ | ||
MultiLine Comments | ✓ | (* *) | (* A comment *) |
Print() Debugging | ✓ | ||
Semantic Indentation | X | ||
Line Comments | X |