Ross ROSS = Recommend OSS · open-source software intelligence for agents

rui314/minilisp

A readable lisp in less than 1k lines of C observed · 2026-08-28

github.com/rui314/minilisp · C observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

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: 5261
  • days_rel: n/a
  • days_push: 927
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1562 stars · 183 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

MiniLisp is a small, readable Lisp interpreter written in under 1000 lines of heavily commented C. It supports integers, symbols, cons cells, lexical scoping, closures, macros, and a copying garbage collector.

Use cases

  • learn how a Lisp interpreter is implemented in C
  • study a minimal garbage collector implementation
  • read a small complete interpreter codebase
  • run simple Lisp expressions from the command line
  • teach programming language concepts like closures and macros
  • use as a starting point for building your own interpreter

When to choose

  • you want to read and understand a complete Lisp implementation quickly
  • you need a tiny educational interpreter with clean, commented code
  • you want a minimal Lisp for Unix-like systems with no dependencies

When to avoid

  • you need a production-grade Lisp with strings, error handling, and performance
  • you need a maintained project with a license for commercial use
  • you need a full-featured Scheme or Common Lisp implementation

Facets

cli-tool · maturity maintenance

interpreter programming-language parser programming-languages education developer-tools cli c lisp minimal-implementation garbage-collector readable-code weekend-project interpreter linux macos

1 source

Member repositories

RepositoryRoleHealth v2
rui314/minilispmain32

For agents

markdown · JSON · MCP: product_card(name="rui314/minilisp")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem