top | item 47131520

Scheme: An Interpreter for Extended Lambda Calculus (1975)

3 points| so-cal-schemer | 6 days ago |research.scheme.org

1 comment

order

so-cal-schemer|6 days 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.