Tinyscheme 1 41

Lightweight Scheme interpreter (R5RS subset) in ~5000 lines of C, designed as an embeddable scripting engine. Opcode-based dispatch, Schorr-Deutsch-Waite GC, and conditional compilation for footprint tuning (down to ~64KB). Supports closures, continuations, and macros. Use when building or studying embedded interpreters, analyzing GC algorithms, integrating Scheme into C applications.

tangledgroup 0570405 10 files · 73.8 KB Updated

File contents

tangledgroup/tangled-skills/tree/main/misc/tinyscheme-1-41 commit 0570405422

Frequently asked questions

npx skillmds@latest add tangledgroup/tinyscheme-1-41