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
This commit is contained in:
parent
1ab700eaa4
commit
2f1027b503
|
@ -67,5 +67,18 @@
|
||||||
under various DOS and OS/2 versions. It even runs on
|
under various DOS and OS/2 versions. It even runs on
|
||||||
Hewlett-Packard's HP95LX. It also runs on Suns with a DOS
|
Hewlett-Packard's HP95LX. It also runs on Suns with a DOS
|
||||||
emulator.</p>
|
emulator.</p>
|
||||||
|
<h2>Extensions by Carl W. Hoffman</h2>
|
||||||
|
<dl>
|
||||||
|
<dt><code>clcp.tar</code></dt>
|
||||||
|
<dd>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</dd>
|
||||||
|
<dt><code>epsilon.tar</code></dt>
|
||||||
|
<dd>Lisp mode for Epsilon, customized for PC Scheme.</dd>
|
||||||
|
<dt><code>r3rs.tar</code></dt>
|
||||||
|
<dd>Adds some of the optional features of R3RS to PC
|
||||||
|
Scheme.</dd>
|
||||||
|
</dl>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue