The miniature, embeddable R7RS Scheme implementation
9.1K
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.
Content type
Image
Digest
sha256:4dc5eb25d…
Size
405.3 kB
Last updated
5 days ago
docker pull raviqqe/stak-repl