Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Woxi Logo

Woxi

An interpreter for the Wolfram Language powered by Rust.

Features

The initial focus is to implement a subset of the Wolfram Language so that it can be used for CLI scripting and Jupyter notebooks. For example:

#!/usr/bin/env woxi

(* Print the square of 5 random integers between 1 and 9 *)
RandomInteger[{1, 9}, 5] // Map[#^2&] // Map[Print]

It has full support for Jupyter Notebooks including graphical output:

Screenshot of Jupyter Notebook

Tip

Try it out yourself in our JupyterLite instance!