Tech News
← Back to articles

Show HN: A Lisp where each function call runs a Docker container

read original related products more articles

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