Try online! • Documentation • Tutorial • Syntax reference • Installation • Development
Numbat is a statically typed programming language for scientific computations
with first class support for physical dimensions and units.
Run Numbat CLI
cargo run -- <numbat args>
Install the CLI version
cargo install -f --path numbat-cli
Run all tests
cargo test
preludeIf you are working on Numbat's standard library, it is convenient to point
the NUMBAT_MODULES_PATH environment variable to the numbat/modules/ folder. This way,
you don't have to recompile Numbat to see your changes.
Alternatively, you can create a symlink from ~/.config/numbat/modules to the numbat/modules/
folder in the repository (see this page
for the standard paths on other operating systems).
To contact us, either open a GitHub issue or discussion, or pop into our Discord server.