Skip to content
Paul M. Rodriguez edited this page Aug 19, 2018 · 2 revisions

Overlord is an experimental build system for Common Lisp, inspired by Redo.

Overlord addresses two problems which might seem unrelated, but which, on closer examination, turn out to the same problem:

  1. It lets you reproducibly specify the desired state of a Lisp system which is to be saved as an image.

  2. It provides a general-purpose build system (like Make) inspired by Redo.

Clone this wiki locally