From 1ab700eaa4e867b82650ec8dd4976c9fb74a5a8d Mon Sep 17 00:00:00 2001 From: Lassi Kortela Date: Wed, 3 Aug 2022 21:21:06 +0300 Subject: [PATCH] Add some prose about PCS/Geneva Copied and lightly edited from https://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/scheme/impl/pcscheme/0.html --- www/index.html | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/www/index.html b/www/index.html index a45eb9a..5d9b667 100644 --- a/www/index.html +++ b/www/index.html @@ -49,10 +49,23 @@ information, contact IBUKI, PO Box 1627, Los Altos, CA 94022, phone 415-961-4996, fax 415-961-8016, email rww@ibuki.com.

University of Geneva

-

The University of Geneva produced a cleaned up implementation - of the public version and have called it PCS/Geneva. PCS/Geneva - is also available from this directory.

-
-
CD-ROM: Prime Time Freeware for AI, Issue 1-1
+

PCS/Geneva is a Scheme interpreter/compiler developed at the + University of Geneva. It is based on Texas Instrument's PC Scheme + (version 3.03) but differs somewhat from the original. The main + extensions to PC Scheme are 486 support, BGI graphics, LIM-EMS + pagination support, line editing, mouse support, assembly-level + interfacing, and several powerful Scheme-oriented editors. (TI's + PC Scheme gives users full Revised^3 support along with many + primitives for DOS, Graphics and Text Windows. A powerful + built-in optimizing compiler produces fast code.)

+

This product may be distributed freely and used without + restrictions except for military purposes.

+

Authors: Larry Bartholdi and Marc Vuilleumier, C.U.I. - Scheme + group, University of Geneva, Switzerland

+

Version 4.02PL1 (1994-01-11)

+

PCS/Geneva has been tested on XTs, ATs, AT386s and AT486s + under various DOS and OS/2 versions. It even runs on + Hewlett-Packard's HP95LX. It also runs on Suns with a DOS + emulator.