arithma

Crates.ioarithma
lib.rsarithma
version0.2.1
created_at2025-12-19 23:20:03.107483+00
updated_at2026-01-16 07:40:50.333593+00
descriptionAn easy to use, domain-specific programming language for numeric mathematics.
homepage
repositoryhttps://github.com/nervousnullptr/arithma
max_upload_size
id1995727
size342,014
Maxi (NervousNullPtr)

documentation

README

[!CAUTION] This is a small private project, potentially with bugs or unexpected behaviour.

arithma

arithma is a simple, mathematics-oriented scripting language.

Getting started

To install arithma, simply run

cargo install arithma

Then, open up your favorite code editor and create a new file with the suffix .math. For help on how to write arithma code, look at the book.

If you'd like syntax highlighting in Visual Studio Code, install the .vsix file under arithma-language-support/.

For examples, look at the book under book/ or simply open up the tests/example.math file.

Have fun!

Commit count: 0

cargo fmt