Measures Concepts
GitHub icon

Mathematica

Mathematica - Programming language

< >

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

#45on 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 · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout