Compare commits

..

3 Commits

Author SHA1 Message Date
Lassi Kortela 2bfbb8bd42 Run HTML Tidy 2022-08-03 20:55:08 +03:00
Lassi Kortela 23d7e97b54 Convert <pre> to proper HTML 2022-08-03 20:54:43 +03:00
Lassi Kortela b0d24ecffc Fix title 2022-08-03 20:53:19 +03:00
1 changed files with 34 additions and 29 deletions

View File

@ -1,38 +1,43 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>PC Scheme/</title> <title>PC Scheme</title>
</head> </head>
<body> <body>
<h1>PC Scheme</h1> <h1>PC Scheme</h1>
<pre> <p><a href="./">lang/scheme/impl/pcscheme/</a></p>
<a href="./">lang/scheme/impl/pcscheme/</a> <ul>
<li>
<a href= <a href=
"/afs/cs/project/ai-repository/ai/lang/scheme/impl/pcscheme/cwh/0.html">cwh/</a> PC Scheme extensions: Extensions to PC Scheme by "/afs/cs/project/ai-repository/ai/lang/scheme/impl/pcscheme/cwh/0.html">
Carl W. Hoffman cwh/</a> PC Scheme extensions: Extensions to PC Scheme by
<a href= Carl W. Hoffman
"/afs/cs/project/ai-repository/ai/lang/scheme/impl/pcscheme/geneva/0.html">geneva/</a> PCS/Geneva: Reimplementation of PC Scheme by </li>
Univ. of Geneva. <li>
<a href= <a href=
"/afs/cs/project/ai-repository/ai/lang/scheme/impl/pcscheme/pcs/0.html">pcs/</a> PC Scheme: Scheme implementation for IBM PCs "/afs/cs/project/ai-repository/ai/lang/scheme/impl/pcscheme/geneva/0.html">
</pre> geneva/</a> PCS/Geneva: Reimplementation of PC Scheme by
<pre>PC-Scheme is a Scheme implementation originally written by Texas Univ. of Geneva.
Instruments. This directory contains the version made public by </li>
TI. Note that the public version wasn't as powerful as the <li>
commercial version. <a href=
"/afs/cs/project/ai-repository/ai/lang/scheme/impl/pcscheme/pcs/0.html">
The University of Geneva produced a cleaned up implementation of the pcs/</a> PC Scheme: Scheme implementation for IBM PCs
public version and have called it PCS/Geneva. PCS/Geneva is also </li>
available from this directory. </ul>
<p>PC-Scheme is a Scheme implementation originally written by
NOTE: Ibuki announced on July 13, 1992, that it has purchased the Texas Instruments. This directory contains the version made
rights to PC Scheme from TI and intends to make it also available on public by TI. Note that the public version wasn't as powerful as
486 PCs and under Windows 3.1. This version should be better than the commercial version.</p>
either of the public versions. For more information, contact IBUKI, <p>The University of Geneva produced a cleaned up implementation
PO Box 1627, Los Altos, CA 94022, phone 415-961-4996, fax 415-961-8016, of the public version and have called it PCS/Geneva. PCS/Geneva
email rww@ibuki.com. is also available from this directory.</p>
</pre> <p>NOTE: Ibuki announced on July 13, 1992, that it has purchased
the rights to PC Scheme from TI and intends to make it also
available on 486 PCs and under Windows 3.1. This version should
be better than either of the public versions. For more
information, contact IBUKI, PO Box 1627, Los Altos, CA 94022,
phone 415-961-4996, fax 415-961-8016, email rww@ibuki.com.</p>
<hr> <hr>
<pre>CD-ROM: Prime Time Freeware for AI, Issue 1-1</pre> <pre>CD-ROM: Prime Time Freeware for AI, Issue 1-1</pre>
</body> </body>