| Crates.io | arithma |
| lib.rs | arithma |
| version | 0.2.1 |
| created_at | 2025-12-19 23:20:03.107483+00 |
| updated_at | 2026-01-16 07:40:50.333593+00 |
| description | An easy to use, domain-specific programming language for numeric mathematics. |
| homepage | |
| repository | https://github.com/nervousnullptr/arithma |
| max_upload_size | |
| id | 1995727 |
| size | 342,014 |
[!CAUTION] This is a small private project, potentially with bugs or unexpected behaviour.
arithma is a simple, mathematics-oriented scripting language.
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!