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.