Tags

Krivine machine

A simple abstract machine that executes -calculus terms via call-by-name.

In the most common presentation, the state of a Krivine machine is a triple , where is a -calculus term, is an environment mapping names to closures, and is a stack of closures. Here, a closure is a pair of a term and an environment . The result of pushing onto a stack is written .

The machine executes as follows.

Author: Nicholas Coltharp (mail@heraplem.xyz)

Last modified: 2026-07-19 Sun 01:10

Emacs 30.2 (Org mode 9.7.11)

Validate