Robert-van-Engelen/tinylisp resource
Lisp in 99 lines of C and how to write one yourself. Includes 21 Lisp primitives, garbage collection and REPL. Includes tail-call optimized versions for speed and reduced memory use. observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1512
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
1594 stars · 99 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A tiny Lisp interpreter written in 99 lines of C, accompanied by an article explaining how to build it yourself. It includes 21 Lisp primitives, garbage collection, a REPL, and tail-call optimized variants, and even runs on a vintage Sharp PC-G850 pocket computer.
Use cases
- learn how to write a Lisp interpreter in C
- study a minimal Lisp implementation with garbage collection
- understand NaN boxing value representation
- run a tiny Lisp on embedded or vintage hardware
- extend a small interpreter with new Lisp features
- teach programming language implementation concepts
When to choose
- you want a compact, readable codebase for learning interpreter internals
- you need a minimal Lisp that runs on constrained or retro hardware
- you want a tutorial-style project with an accompanying article
When to avoid
- you need a production-grade Lisp or Scheme with full standard library
- you require high performance or a mature ecosystem
- you want batteries-included tooling like package management or debugging
Facets
learning-resource · maturity stable
interpreter programming-language parser programming-languages education tutorials c cross-platform cli lisp interpreter nan-boxing garbage-collection repl tail-call-optimization minimalist retro-computing
1 source
- readme: https://github.com/Robert-van-Engelen/tinylisp · fetched 2026-08-28 · 75e9ff5c1295
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Robert-van-Engelen/tinylisp | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="Robert-van-Engelen/tinylisp")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem