docs.rs failed to build stak-0.12.18
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
stak-0.12.17
Stak Scheme
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 subset of Chibi Scheme, Gauche, and Guile
- A portable scripting environment that supports even no-
stdand no-allocplatforms
For the usage and examples, see the documentation.
Install
Commands
To install the interpreter and REPL, run:
To install the minimal interpreter, run:
Libraries
To install Stak Scheme as a library in your Rust project, run:
Performance
See Performance.
Limitations
See Limitations.
References
- This project is based on Ribbit Scheme, the small and portable R4RS implementation.
- Scheme programming language
- The R7RS-small standard