185 releases

Uses new Rust 2024

0.12.21 Jul 15, 2026
0.12.17 Jun 24, 2026
0.12.11 Feb 15, 2026
0.12.4 Dec 30, 2025
0.2.0 Oct 17, 2023

#117 in Programming languages

Download history 747/week @ 2026-04-17 520/week @ 2026-04-24 480/week @ 2026-05-01 1042/week @ 2026-05-08 607/week @ 2026-05-15 400/week @ 2026-05-22 1157/week @ 2026-05-29 856/week @ 2026-06-05 1224/week @ 2026-06-12 1497/week @ 2026-06-19 1646/week @ 2026-06-26 1842/week @ 2026-07-03 1231/week @ 2026-07-10 972/week @ 2026-07-17 827/week @ 2026-07-24 536/week @ 2026-07-31

3,728 downloads per month
Used in 27 crates (19 directly)

MIT license

105KB
2.5K SLoC

Stak Scheme

GitHub Action Crate Codecov CodSpeed License

The miniature, embeddable R7RS Scheme implementation in Rust

Stak Scheme aims to be:

  • An embeddable Scheme interpreter for Rust with very small memory footprint and reasonable performance
    • Its virtual machine (VM) is written in only 1.5 KLOC in Rust.
  • The minimal implementation of the R7RS-small standard
  • A portable scripting environment that supports even no-std and no-alloc platforms

For the usage and examples, see the documentation.

Install

Commands

To install the interpreter and REPL, run:

cargo install stak
cargo install stak-repl

To install the minimal interpreter, run:

cargo install mstak

Libraries

To install Stak Scheme as a library in your Rust project, run:

cargo add stak
cargo add --build stak-build
cargo install stak-compile

Performance

See Performance.

Limitations

See Limitations.

References

License

MIT

Dependencies

~1.4–2.2MB
~45K SLoC