Skip to content
Stak Scheme
Search
Ctrl
K
Cancel
GitHub
Select theme
Dark
Light
Auto
Home
Guides
Install
Embedding Scheme in Rust
Hot reloading
Writing a Scheme subset
No-std and no-alloc support
Limitations
Examples
Continuation
Dynamic wind
Equality
Evaluation
Exception
File
Intrinsics
Lazy
Library system
Macro
Multiple values
Parameter
Quasi-quote
Quote
Read
Time
Write
Process context
Command line
Environment variables
Exit
Syntax
and
begin
case
cond
cond-expand
define
do
if
let
let*
letrec
letrec*
or
set!
unless
when
Types
AA tree
Boolean
Bytevector
Character
EOF object
List
Number
Port
Procedure
Record
String
Symbol
Vector
GitHub
Select theme
Dark
Light
Auto
Writing your own Scheme subset
WIP