Wayback 20041028180727

www.stripedgazelle.org/joey/src/dream/dream.html
This commit is contained in:
Lassi Kortela 2023-02-22 15:58:55 +02:00
parent 6d563cd5d3
commit ff81af0857
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
<html>
<title>Notes on the Design of the dream Interpreter</title>
<h1>Notes on the Design of the dream Interpreter</h1>
Download here: <a href="http://www.stripedgazelle.org/joey/src/dream.tar.gz">dream.tar.gz</a>
<title>Notes on the Design of the 'dream' Scheme Interpreter</title>
<h1>Notes on the Design of the 'dream' Scheme Interpreter</h1>
Download here for Linux on x86 only: <a href="http://www.stripedgazelle.org/joey/src/dream.tar.gz">dream.tar.gz</a>
<p>
The design for the 'dream' scheme interpreter began with the design given in Abelson and Sussman's <u>Structure and Interpretation of Computer Programs</u>.
The design for the 'dream' Scheme interpreter began with the design given in Abelson and Sussman's <u>Structure and Interpretation of Computer Programs</u>.
</p>
<h2>Scheme Object Storage and Garbage Collection</h2>
<p>