diff --git a/www/index.html b/www/index.html index 5d9b667..9074941 100644 --- a/www/index.html +++ b/www/index.html @@ -67,5 +67,18 @@ under various DOS and OS/2 versions. It even runs on Hewlett-Packard's HP95LX. It also runs on Suns with a DOS emulator.

+

Extensions by Carl W. Hoffman

+
+
clcp.tar
+
Common Lisp Compatibility Package Includes R3RS functions + missing from Scheme, macros (DEFMACRO, DOTIMES, DOLIST, DEFUN, + SETQ, SETF, PUSH, POP, INCF, DECF, DESCRIBE, ARGLIST), FORMAT, + WARN, ERROR, streams and I/O, sequence and list functions
+
epsilon.tar
+
Lisp mode for Epsilon, customized for PC Scheme.
+
r3rs.tar
+
Adds some of the optional features of R3RS to PC + Scheme.
+