magnesium silicate-based programming language and terminal calculator
Find a file
trimill c2fa9d65d7
Some checks failed
webrepl / test (push) Failing after 3m8s
wasm-pack
2025-01-06 00:26:28 -05:00
.forgejo/workflows wasm-pack 2025-01-06 00:26:28 -05:00
docs web repl 2025-01-06 00:18:13 -05:00
talc-bin update rustyline 2025-01-02 22:39:29 -05:00
talc-lang fixes 2025-01-06 00:15:50 -05:00
talc-macros refactoring 2024-12-31 22:09:51 -05:00
talc-std fixes 2025-01-06 00:15:50 -05:00
talc-web web repl 2025-01-06 00:18:13 -05:00
.gitignore initial commit 2024-02-21 11:04:18 -05:00
Cargo.lock web repl 2025-01-06 00:18:13 -05:00
Cargo.toml web repl 2025-01-06 00:18:13 -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 fix link 2024-12-25 23:00:02 -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/.

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

mdbook serve --open