From 95fe3aaecd6e07461db02c1637737ec3bcd062a8 Mon Sep 17 00:00:00 2001 From: Lassi Kortela Date: Wed, 22 Feb 2023 15:58:55 +0200 Subject: [PATCH] Wayback 20050409064540 www.stripedgazelle.org/joey/src/dream/dream.html --- www/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/index.html b/www/index.html index 04d3349..0ca2e97 100644 --- a/www/index.html +++ b/www/index.html @@ -2,6 +2,8 @@ The 'dream' Scheme Interpreter

The 'dream' Scheme Interpreter

Download source (gcc on x86): dream.tar.gz or dream.zip +
+Or run a stripped-down instance (no file I/O) via telnet: telnet://stripedgazelle.org

I am proud to announce the premier production version of my Scheme interpreter, 'dream', written entirely in x86 assembly language (GAS syntax.) :-) All essential syntax and procedures from the R4RS standard are implemented.