3 pointsby so-cal-schemer7 hours ago1 comment
  • so-cal-schemer7 hours ago
    SCHEME

    AN INTERPRETER FOR EXTENDED LAMBDA CALCULUS

    by Gerald Jay Sussman and Guy Lewis Steele Jr.

    Abstract:

    Inspired by ACTORS [Greif and Hewitt] [Smith and Hewitt], we have implemented an interpreter for a LISP-like language, SCHEME, based on the lambda calculus [Church], but extended for side effects, multiprocessing, and process synchronization. The purpose of this implementation is tutorial.