Docker Lisp
A Docker image is a piece of executable code that produces some output given some input.
Requirements
Docker
Setup
First, build the base images and builtins.
./scripts/build-base ./scripts/build-builtins
Then, run the tests. Be patient.
./scripts/run-tests
Usage
... continue reading