Show HN: A Lisp where each function call runs a Docker container
Summary
A GitHub project presents a Lisp where every function call runs inside its own Docker container, enabling isolated and reproducible computation. The approach showcases container-based sandboxing for language runtimes and includes setup scripts, usage guidance, and a demonstration of applying containerization to language execution.