Skip to content
Stak Scheme
Search
Ctrl
K
Cancel
GitHub
Select theme
Dark
Light
Auto
Home
Guides
Install
Embedding Scheme in Rust
Running in no-std and no-alloc environment
Hot reloading
Writing a Scheme subset
Limitations
Demo
Interpreter
Compiler
Examples
Continuation
Dynamic wind
Equality
Evaluation
Exception
File
Inclusion
Intrinsics
Lazy
Library system
Load
Macro
Multiple values
Parameter
Quasi-quote
Quote
Read
The R5RS library
Time
Write
Libraries
Stak
Stak base library
Process context
Command line
Environment variables
Exit
Srfi
SRFI 1
Syntaxes
and
begin
case
case-lambda
cond
cond-expand
define
do
if
let
let*
let-syntax
letrec
letrec*
letrec-syntax
or
set!
unless
when
Types
AA tree
Boolean
Bytevector
Character
Complex number
EOF object
Floating-point number
List
Number
Port
Procedure
Record
String
Symbol
Vector
GitHub
Select theme
Dark
Light
Auto
Writing your own Scheme subset
WIP