![]() |
|
Woxi - Printable Version +- MKLab (https://mklab.gr) +-- Forum: [INDEX] (https://mklab.gr/forumdisplay.php?fid=1) +--- Forum: LISTS (https://mklab.gr/forumdisplay.php?fid=43) +---- Forum: SCIENTIFIC SOFTWARE (https://mklab.gr/forumdisplay.php?fid=44) +----- Forum: COMPUTER ALGEBRA SYSTEMS (CAS) (https://mklab.gr/forumdisplay.php?fid=75) +----- Thread: Woxi (/showthread.php?tid=1538) |
Woxi - mklabgr - 08-09-2026 Woxi is a Wolfram Language interpreter implemented in Rust, designed to provide a lightweight alternative environment for running Wolfram-style mathematical code. Its main goal is currently to support a substantial subset of the Wolfram Language for command-line scripting and Jupyter notebooks. The project already covers many mathematical and programming features, including arithmetic, elementary functions, number theory, combinatorics, strings, Boolean logic, symbolic operations and graphics.
A particularly interesting feature is its browser-based playground, where computations run locally in the browser rather than sending data to a remote server. Woxi can also be used from the command line, as a Jupyter kernel, through JupyterLite with no installation, and through its own native notebook editor, Woxi Studio, which supports Wolframfiles and exports to formats such as Jupyter notebooks, Markdown, LaTeX, Typst and PDF. In short, Woxi is an ambitious attempt to create a fast, portable and more open implementation of part of the Wolfram Language ecosystem.
PLATFORM |