Skip to content

Comparison

WolframScript & Mathematica

WolframScript is the official command line interface for the Wolfram Language provided by Wolfram Research, the company behind the Wolfram Language.

Mathematica is the official frontend with a notebook interface. It is implemented as a cross-platform desktop application and is available for macOS, Linux, and Windows.

Implementation Language
C++
First Release
1988
License
Proprietary

Woxi

Woxi is our alternative to WolframScript and Woxi Studio is our alternative to Mathematica.

Implementation Language
Rust
First Release
2024
License
AGPL-3.0-or-later

They try to be as compatible as possible, but there are a few features, they intentionally deviate from the official Wolfram Language implementations to provide a better user experience.

WolframScript vs Woxi

  • Woxi supports Unicode characters \ For example to calculate the circumference of a circle with radius 4:
    woxi eval 'N[2π * 4]'
    

Mathematica vs Woxi Studio

Mathics

Mathics is the only major open source implementation of the Wolfram Language apart from Woxi.

Implementation Language
Python
First Release
2011
License
GPL-3.0