73 releases

Uses new Rust 2024

0.12.11 Feb 15, 2026
0.12.4 Dec 30, 2025
0.11.11 Nov 29, 2025
0.10.33 Jul 28, 2025
0.10.11 Mar 31, 2025

#17 in #scheme

Download history 1443/week @ 2025-12-29 1028/week @ 2026-01-05 783/week @ 2026-01-12 355/week @ 2026-01-19 465/week @ 2026-01-26 548/week @ 2026-02-02 629/week @ 2026-02-09 469/week @ 2026-02-16 510/week @ 2026-02-23 932/week @ 2026-03-02 949/week @ 2026-03-09 430/week @ 2026-03-16 543/week @ 2026-03-23 313/week @ 2026-03-30 459/week @ 2026-04-06 637/week @ 2026-04-13

1,956 downloads per month
Used in 2 crates

MIT license

92KB
2K 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

~3MB
~64K SLoC