STOIC


STOIC is a 1970s programming language, a variant of Forth.

History

STOIC started out at the MIT and Harvard Biomedical Engineering Centre in Boston, and was written in the mid 1970s by Jonathan Sachs. Jonathan Sachs went on to be the principal programmer of Lotus Development and wrote the first version of Lotus 1-2-3.
The original version of STOIC was written on a Data General Nova minicomputer and cross-assembled for the 8080. STOIC came with its own primitive but effective file system, and could be booted up with little preliminary work on any 8080-based microprocessor with 24K of memory and a Teletype machine. After the source was released into the public domain, the system was subsequently modified to run under CP/M.
STOIC was said at the time to be conceptually similar to FORTH in the use of an extensible vocabulary of words'. STOIC is actually a rational, and more consistent, dialect of FORTH. The system was remarkable at the time for having a built-in assembler, floating-point package, interrupt handler, and display editor. The source, and documentation, was distributed for many years by the CP/M Users Group. As a practical development system, it compared favourably with contemporary implementations of FORTH, and went on to be used extensively for the development of applications. A portable version written in C was placed in the public domain and also distributed by the CP/M Users Group.
Later STOIC was ported to the DEC VAX under VMS by Roger Hauck
at Smithsonian Institution Astrophysical Observatory and was distributed by DECUS.
It was distributed at least through fall 1985.

Functions

STOIC, unlike other FORTH variants, was integrated with the VMS I/O and system services rather than using the FORTH disk I/O. It also supported machine code. STOIC supported double precision floating point operations using a stack.

Related programs

According to some mailing list comments,
STOIC was originally written by Jonathan Sachs in 1975.
A different program named LSE was written by Robert Goeke, which incorporated some of the ideas of STOIC.
An autotooled variant of LSE, , is maintained by John Doty.
One version of STOIC is noted as being "Stack Oriented Interpretive Compiler", but it is unclear which is which.
STOICAL was inspired by STOIC. In the early 1980s there was an attempt to reincarnate STOIC by Ernest E. Bergmann in a language dubbed PISTOL ; ibid.