173 releases

Uses new Rust 2024

0.12.10 Jan 17, 2026
0.12.4 Dec 30, 2025
0.11.11 Nov 29, 2025
0.10.33 Jul 28, 2025
0.1.4 Oct 17, 2023

#258 in Programming languages

Download history 237/week @ 2025-10-17 355/week @ 2025-10-24 652/week @ 2025-10-31 629/week @ 2025-11-07 191/week @ 2025-11-14 280/week @ 2025-11-21 2120/week @ 2025-11-28 1577/week @ 2025-12-05 1132/week @ 2025-12-12 1018/week @ 2025-12-19 1569/week @ 2025-12-26 1558/week @ 2026-01-02 699/week @ 2026-01-09 547/week @ 2026-01-16 528/week @ 2026-01-23 430/week @ 2026-01-30

2,397 downloads per month
Used in 19 crates (11 directly)

MIT license

96KB
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–6MB
~130K SLoC