From 2f1027b5032efbdfb7415998ea93305f2f456ddd Mon Sep 17 00:00:00 2001 From: Lassi Kortela Date: Wed, 3 Aug 2022 21:23:44 +0300 Subject: [PATCH] Add prose about CWH extensions Copied from https://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/scheme/impl/pcscheme/cwh/0.html --- www/index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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.
+