diff --git a/www/index.html b/www/index.html index d05e9e3..5a6ff4c 100644 --- a/www/index.html +++ b/www/index.html @@ -11,9 +11,9 @@ My overarching goal has been SIMPLICITY. I have chosen a design and implementation that is as straightforward and direct as I could imagine. The result is an executable that is quite small and, for an interpreter, quite fast as well. :-)

-
Download source (gcc on PowerPC): dream_ppc.tar.gz
-
Download source (gcc on x86): dream_x86.tar.gz
-
Download source and executable for Windows (gcc-mingw on x86): dream_x86_mingw.zip
+
Download source (gcc on PowerPC): dreamppc.tar.gz
+
Download source (gcc on x86): dreamx86.tar.gz
+
Download source and executable for Windows (gcc-mingw on x86): dreamx86mingw.zip

Notes on the Design of the 'dream' Scheme Interpreter