[Ecls-list] [Announcement] ecl-readline V0.4.0

Jason Aquilina jfa7600 at yahoo.com.au
Wed Mar 10 23:15:13 UTC 2010


On 09/03/10 18:35, Tobias C. Rittweiler wrote
> What exactly is that INPUT-STREAM? Seems totally opaque.
>   
The INPUT-STREAM is a Gray stream derived from
FUNDAMENTAL-CHARACTER-INPUT-STREAM. It returns characters to whatever is
reading from the stream from an internal buffer, and when there are no
more characters left in the buffer it calls readline to get a new line
of text for the buffer.

Jason.






More information about the ecl-devel mailing list