@hackage secd0.1.0.0

A Haskell implementation of the SECD abstract machine

  • Installation

  • Dependencies (3)

  • Dependents (0)

SECD

Build Status

A simple implementation of the SECD abstract machine.

Usage

$ secdi
% ((lambda (x) (+ x x)) 2)
4