[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
read-line
- To: Riesbeck at YALE
- Subject: read-line
- From: Norman Adams <Adams at YALE>
- Date: Tue ,8 Jun 82 11:24:00 EDT
- Cc: T-Discussion at YALE
READ-LINE reads a "line" and returns it as a string, where "line"
corresponds what people think of as a line in the printed representation
of a file.
The READ-LINE operation will soon be supported the standard IO streams,
in the Apollo implementation. I think the same is true for the VAX.
Along with this I expect to have buffer IO streams, which should make
a substantial improvement in the reader's performance. You can
expect a release by the end of the week.