magnesium silicate-based programming language and terminal calculator
Find a file
trimill 5a03ffedf1
All checks were successful
docs / test (push) Successful in 11s
webrepl / test (push) Successful in 2m2s
rand --> 0.9
2025-02-06 09:48:49 -05:00
.forgejo/workflows rand --> 0.9 2025-02-06 09:48:49 -05:00
docs docs and defs 2025-02-05 21:33:07 -05:00
talc-bin rand --> 0.9 2025-02-06 09:48:49 -05:00
talc-lang rand --> 0.9 2025-02-06 09:48:49 -05:00
talc-macros fixes 2025-01-18 19:06:58 -05:00
talc-std rand --> 0.9 2025-02-06 09:48:49 -05:00
talc-web rand --> 0.9 2025-02-06 09:48:49 -05:00
.gitignore initial commit 2024-02-21 11:04:18 -05:00
Cargo.lock rand --> 0.9 2025-02-06 09:48:49 -05:00
Cargo.toml fixes 2025-01-18 19:06:58 -05:00
default.nix add nix flake 2025-02-05 22:05:23 -05:00
flake.lock add nix flake 2025-02-05 22:05:23 -05:00
flake.nix add nix flake 2025-02-05 22:05:23 -05:00
format.sh rustfmt 2024-11-04 13:25:31 -05:00
LICENSE add features 2024-03-30 12:21:09 -04:00
README.md web 2025-01-06 13:48:15 -05:00
rustfmt.toml rustfmt fixes 2024-11-04 13:31:53 -05:00

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/docs/.

To build the documentation locally, install mdBook and run the following from the docs/ directory:

mdbook serve --open