Lisp where each function call runs in Docker.
Docker Lisp is a unique Lisp implementation that leverages Docker containers for each function call. This allows for isolated execution and dependency management, enabling reproducible and scalable Lisp applications.
Unknown