Category : Forth Source Code
Archive   : STREAMIO.ZIP
Filename : README.1ST

 
Output of file : README.1ST contained in archive : STREAMIO.ZIP

N-Forth Stream I/O
Version 1.4

=======================================================================

Daniel Phillips and Informatics Research have made these stream I/O
routines available to the Forth language community to further the
growth of Forth as an Applications Language. You may use this code in
your application without license fee, providing you display this notice
on the startup screen and in the documentation:

N-Forth Stream I/O, Copyright 1982-1989
Daniel Phillips, Informatics Research Ltd.

=======================================================================

I would like to acknowledge the work of Robbie Spruit, who implemented
the DOS 2.0 version of the N-Forth DOS file access layer, and
Zafar Essak, who provided the adaptation to Tom Zimmer's F-PC.

Daniel Phillips, July 1989

What is Stream I/O?

Stream I/O is the natural result of looking at input and output as
entirely symmetric operations. Input is nothing more than the act of
reading a stream of characters, one after the other. Similarly, output
is the act of generating a stream of characters, one after the other.
All I/O is based on two primitive operations: read a character (the
"IN" function) and write a character (the "OUT" function).

User interaction and file I/O are both seen as forms of stream I/O
requiring only one set of basic operations. That being the case, a
program written to produce text output on the screen can easily send
its output to a file instead, and vice versa.

In the N-Forth stream model we look at streams as data objects. This
is a very powerful and at the same time, a very simple concept. A
complete set of operations is provided on objects of type stream
including creating, destroying, reading from, writing to, etc. The
exact representation of stream objects is tidily tucked away in classic
object oriented programming style.

N-Forth stream I/O has found its way into several full-scale commercial
products. These include VP-Planner (written in Kent Brother's K-Forth
which is based on N-Forth), the ECAD engineering drafting package
developed by Pelton Engineering (in N-Forth), EMMA - The Electronic
Medical Management Assistant developed by Zafar Essak (in F-PC), and
Project:VISION, my own project planning product (written in N-Forth).

The method has proved entirely satisfactory. No significant changes to
the model have been required from the day it was designed even with an
upgrade from DOS 1 file access functions to DOS 2. This suggests that
the design has fundamental strength.

The Stream I/O word set has been forwarded as a proposal to the
ANSI X3J14 Forth Standards Committee. The proposal includes a
discussion and some examples of use. The file STREAMS.ANS is the
proposal as sent to the committee.




  3 Responses to “Category : Forth Source Code
Archive   : STREAMIO.ZIP
Filename : README.1ST

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/