JAR@AI.AI.MIT.EDU (Jonathan A Rees) (03/22/88)
... Received: from IRLEARN.BITNET by MITVMA.MIT.EDU (Mailer X1.25) with BSMTP id 7540; Mon, 21 Mar 88 08:01:25 EST ... Date: 21-MAR-1988 12:54:07 GMT From: <OMAHONY at CSVAX1.TCD.IE> To: scheme-request at mc.lcs.mit.edu Re: Clyde Camp's Utilities A little while back, someone sent in a request for the latest version of Clyde Camps Utilities for TI-Scheme. I have not heard of these before - what are they? Donal O'Mahony omahony@cs.tcd.ie or (older mailers) omahony@tcdcs.uucp Computer Science Dept., Trinity College, Dublin, Ireland
JAR@AI.AI.MIT.EDU (Jonathan A Rees) (03/24/88)
Date: Wed, 23 Mar 88 13:26:18 CST
From: Clyde Camp <camp at mips.csc.ti.com>
Re: [OMAHONY: Clyde Camp's Utilities]
Organization: TI Computer Science Center, Dallas
The PCS utilities I began distributing some time back have been
upgraded to take advantage of some of the features of PC Scheme 3.0.
For those of you interested in PCS, a set of these utilities and
documentation is available (free) from:
Clyde R. Camp
Texas Instruments, Inc.
P.O.Box 655474, MS 238
Dallas, TX 75266
*=======================================================================*
Send two blank, FORMATTED disks and a SELF-ADDRESSED, STAMPED envelope.
*=======================================================================*
Although written primarily for the TIPC, everything except the
graphics should work on IBMs and IBM clones. The directories are:
UTILITY - Various text windowing, file printing and keyboard handlers
which simplify writing application programs (includes a file
pretty-printer and a new top-level read-eval-print loop which uses an
emacs-like line-editor with the capability to scroll through and edit
previous entries)
SWI - A convenient mechanism for invoking 8086 ASSY routines via SWI-INT.
HELP - A user-extendable on-line help facility which includes all of
the PCS functions and syntax as well as other information on PCS
specific quirks.
GRAF - A graphics package for creating graphics "windows" somewhat
analogous to text windows
PLOT - A general purpose function plotter
GAME1 - Self explanatory - non-graphics for IBM or TIPC
GAME2 - for TIPC graphics
ERR_STAT - more utilities for controlling the status window, testing
for directories and disabling the gc-message
MENUSHEL - two general purpose menu driven command shells handy for
application development.