This site is a static rendering of the Trac instance that was used by R7RS-WG1 for its work on R7RS-small (PDF), which was ratified in 2013. For more information, see Home. For a version of this page that may be more recent, see ChezReplSemantics in WG2's repo for R7RS-large.

Chez­Repl­Semantics

arcfide
2010-02-16 02:15:48
1history
source

REPL Semantics of Chez Scheme

Introduction

Chez Scheme represents an example of a high-speed incremental compiler with an interactive environemnt that follows a traditional lisp REPL behavior. It is interesting to note that Chez Scheme achieves high performance while still providing a dynamic environment, though the optimizations that Chez Scheme can make are limited by the top level semantics.

Official Documentation

The Chez Scheme User's Guide Version 8 provides a chapter on the Interaction Environment of Chez Scheme. The reader is referred to this reading for the full description.

Important Key REPL Semantics