From 0553d7838d8581ce09ed458d25926202143124fc Mon Sep 17 00:00:00 2001 From: Lassi Kortela Date: Wed, 3 Aug 2022 21:11:31 +0300 Subject: [PATCH] Add some prose about the TI version Copied and lightly edited from https://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/scheme/impl/pcscheme/pcs/0.html --- www/index.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/www/index.html b/www/index.html index 23f3a5a..a45eb9a 100644 --- a/www/index.html +++ b/www/index.html @@ -33,8 +33,14 @@

Texas Instruments

PC-Scheme is a Scheme implementation originally written by Texas Instruments. This directory contains the version made - public by TI. Note that the public version wasn't as powerful as - the commercial version.

+ freely distributable by TI. Note that it wasn't as powerful as + the commercial version, which cost $95 and included a reference + manual and user guide.

+

PC Scheme includes an optimizing compiler, an emacs-like + editor, inspector, debugger, performance testing, foreign + function interface, window system and an object-oriented + subsystem. Conforms to the Revised^3 Report on Scheme. Also + supports the dialect used in Abelson and Sussman's SICP.

Ibuki

NOTE: Ibuki announced on July 13, 1992, that it has purchased the rights to PC Scheme from TI and intends to make it also