Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Mathematica

< >

Mathematica is an open source programming language created in 1988 by Stephen Wolfram.

#42on PLDB 36Years 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...


Example from hello-world:
Print["Hello World"]
(* Hello World in Mathematica *) Hello[] := Print["Hello, World!"]
Example from Linguist:
Test[1 + 2, 3, TestID -> "One plus two"]

Language features

Feature Supported Token Example
Integers ✓
Floats ✓
Strings ✓ "
"Hello world"
Comments ✓
MultiLine Comments ✓ (* *)
(* A comment
*)
Print() Debugging ✓ Print
Semantic Indentation X
Line Comments X

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 626 · feedback@pldb.io