MetaCart Sign in to MyCiteSeerX

Include Citations | Advanced Search | Help

Disambiguated Search | Include Citations | Advanced Search | Help

SISC: A Complete Scheme Interpreter in Java (2002) [8 citations — 0 self]

by Scott G. Miller
Add To MetaCart

Abstract:

We will examine the design of SISC, a fully R5RS compliant heap-based interpreter of the functional language Scheme, with proper tail-recursion and first-class continuations. All noteworthy components of the interpreter will be described, and as well as discussion of some implementation details related to interpretation optimizations and efficient use of the Object-Oriented host language Java.

Citations

1 Dybvig et al. Available at ftp://ftp.cs.indiana.edu/pub/scheme-repository/code/lang/syntaxcase. tar.gz – Kent
1 LISP benchmarks for Scheme. Available at ftp://ftp.cs.indiana.edu/pub/scheme-repository/code/lang/gabriel-scm.tar.gz – Gabriel