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
Running as Docker containers
Performance
Limitations
Demo
Interpreter
Compiler
Examples
Comment
Continuation
Dynamic wind
Equality
Evaluation
Exception
File
Inclusion
Intrinsics
Lazy
Library system
Load
Macro
Multiple values
Niche functionalities
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
Boolean
Bytevector
Character
Complex number
EOF object
Floating-point number
List
Mapping
Number
Port
Procedure
Record
String
Symbol
Vector
GitHub
Select theme
Dark
Light
Auto
Writing your own Scheme subset
WIP