magnesium silicate-based programming language and terminal calculator
|
||
---|---|---|
.forgejo/workflows | ||
docs | ||
talc-bin | ||
talc-lang | ||
talc-macros | ||
talc-std | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
format.sh | ||
LICENSE | ||
README.md | ||
rustfmt.toml |
Talc
Talc is a dynamically-typed functional programming language designed primarily for use as a terminal calculator.
Installation
Talc is written in Rust and requires at least version 1.81 to compile.
cargo install --profile release-opt --path talc-bin
Read the documentation for more info.
Documentation
Documentation is available online at https://talc.trimill.xyz/.
To build the documentation locally, install
mdBook and run the following from the
docs/
directory:
mdbook serve --open