Sciweavers

LISP
1998
94views more  LISP 1998»
13 years 4 months ago
Scheme: A Interpreter for Extended Lambda Calculus
Inspired by ACTORS [7, 17], we have implemented an interpreter for a LISP-like language, SCHEME, based on the lambda calculus [2], but extended for side effects, multiprocessing, a...
Gerald J. Sussman, Guy L. Steele Jr.
LISP
1998
46views more  LISP 1998»
13 years 4 months ago
The First Report on Scheme Revisited
Gerald J. Sussman, Guy L. Steele Jr.
LISP
1998
88views more  LISP 1998»
13 years 4 months ago
Visualizing Evaluation in Scheme
Abstract. RainbowScheme is a visual stepping system that presents Scheme program’s runtime state using icons, colored environment trees, and colored Scheme code. A Scheme program...
Sho-Huan Simon Tung
LISP
1998
57views more  LISP 1998»
13 years 4 months ago
A Generalization of Jumps and Labels
This paper describes a new language feature that is a hybrid of labels and procedures. It is closely related to jumping out of a functional subroutine, and includes conventional la...
Peter J. Landin
LISP
1998
45views more  LISP 1998»
13 years 4 months ago
Threads Yield Continuations
Sanjeev Kumar, Carl Bruggeman, R. Kent Dybvig
LISP
1998
58views more  LISP 1998»
13 years 4 months ago
Revised Report on the Algorithmic Language Scheme
Harold Abelson, R. Kent Dybvig, Christopher T. Hay...