Wayback 20041028180727
www.stripedgazelle.org/joey/src/dream/dream.html
This commit is contained in:
parent
6d563cd5d3
commit
ff81af0857
|
@ -1,9 +1,9 @@
|
||||||
<html>
|
<html>
|
||||||
<title>Notes on the Design of the dream Interpreter</title>
|
<title>Notes on the Design of the 'dream' Scheme Interpreter</title>
|
||||||
<h1>Notes on the Design of the dream Interpreter</h1>
|
<h1>Notes on the Design of the 'dream' Scheme Interpreter</h1>
|
||||||
Download here: <a href="http://www.stripedgazelle.org/joey/src/dream.tar.gz">dream.tar.gz</a>
|
Download here for Linux on x86 only: <a href="http://www.stripedgazelle.org/joey/src/dream.tar.gz">dream.tar.gz</a>
|
||||||
<p>
|
<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>
|
</p>
|
||||||
<h2>Scheme Object Storage and Garbage Collection</h2>
|
<h2>Scheme Object Storage and Garbage Collection</h2>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue