talc/README.md
trimill a3001106ab
All checks were successful
docs / test (push) Successful in 9s
webrepl / test (push) Successful in 3m5s
web
2025-01-06 13:48:15 -05:00

26 lines
610 B
Markdown

# 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.
```bash
cargo install --profile release-opt --path talc-bin
```
Read the documentation for more info.
## Documentation
Documentation is available online at [https://talc.trimill.xyz/docs/](https://talc.trimill.xyz/docs/).
To build the documentation locally, install
[mdBook](https://rust-lang.github.io/mdBook/) and run the following from the
`docs/` directory:
```bash
mdbook serve --open
```