Back to browse
GitHub Repository

A Docker image is a piece of executable code that produces some output given some input.

26 starsDockerfile

A Lisp where each function call runs a Docker container

by a11ce·Feb 19, 2026·83 points·28 comments

AI Analysis

●●SolidWizardryRabbit Hole

Docker-as-runtime for Lisp—clever hack, zero practical use cases.

Strengths
  • Genuinely inventive constraint: treating containers as first-class callables forces deep rethinking of Lisp semantics
  • Observable execution via docker stats/events is unexpectedly fun to watch
  • Fully functional with factorial tests passing proves the concept actually works
Weaknesses
  • Startup overhead per function call makes it 1000x slower than normal Lisp
  • Niche to the point of unmotivated—no real problem this solves better than alternatives
  • Minimal docs and 12 commits suggests early exploration, not a finished tool
Target Audience

Lisp enthusiasts, Docker experimentalists, demoscene engineers

Similar To

Traditional Lisp interpreters (Racket, SBCL) · Orchestration languages (Nextflow, Airflow)

Similar Projects