Live data from Hacker News

Show HN: A small R5RS-ish Scheme interpreter with call/cc

github.com

1–2 of 2 posts

Show HN: A small R5RS-ish Scheme interpreter with call/cc

#1
I’ve been building a small Scheme interpreter as a learning project, mainly to understand continuations and core Scheme semantics. It supports mutable pairs and call/cc, and is intentionally minimal rather than production-ready. equal? is allowed to diverge on cyclic structures.

Show HN: A small R5RS-ish Scheme interpreter with call/cc
github.com