| Crates.io | stak-repl |
| lib.rs | stak-repl |
| version | 0.12.10 |
| created_at | 2024-05-07 12:18:47.596905+00 |
| updated_at | 2026-01-17 03:30:53.599558+00 |
| description | Stak Scheme REPL |
| homepage | |
| repository | https://github.com/raviqqe/stak |
| max_upload_size | |
| id | 1232126 |
| size | 19,577 |
The miniature, embeddable R7RS Scheme implementation in Rust
Stak Scheme aims to be:
std and no-alloc platformsFor the usage and examples, see the documentation.
To install the interpreter and REPL, run:
cargo install stak
cargo install stak-repl
To install the minimal interpreter, run:
cargo install mstak
To install Stak Scheme as a library in your Rust project, run:
cargo add stak
cargo add --build stak-build
cargo install stak-compile
See Performance.
See Limitations.