JeffBezanson/femtolisp
a lightweight, robust, scheme-like lisp implementation observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- 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: 5311
- days_rel: n/a
- days_push: 2380
- n_releases_24m: 0
Adoption not part of the score
1721 stars · 124 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
FemtoLisp is a lightweight, self-contained Scheme-like Lisp interpreter written in under 1000 lines of C, featuring a bytecode compiler and VM. It offers a compact yet powerful feature set including proper tail recursion, exceptions, hash tables, a compacting GC, and C FFI support via ctypes-style bindings.
Use cases
- embed a small scripting language in a C application
- study how a Lisp interpreter and bytecode VM are implemented
- run a fast lightweight Scheme dialect from the command line
- call C functions from a scripting language without heavy dependencies
- learn Lisp with a minimal, readable implementation
When to choose
- you need a tiny (~150kb), self-contained scripting runtime with minimal dependencies
- you want a fast Scheme-like interpreter that is easy to read and modify
- you need C interop from a lightweight scripting language
When to avoid
- you need a full R6RS/R7RS-compliant Scheme with a large standard library
- you need native compilation or production-grade concurrency
- you need an actively developed project with frequent releases
Facets
cli-tool · maturity maintenance
interpreter programming-language programming-languages compilers developer-tools cross-platform c cli lisp scheme small-runtime bytecode-vm ctypes-ffi interpreter
1 source
- readme: https://github.com/JeffBezanson/femtolisp · fetched 2026-08-28 · 7e066c63b9f5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| JeffBezanson/femtolisp | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="JeffBezanson/femtolisp")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem