> read                    Performs the normal read algorithm
> read-char               Returns an eof-object

I think you have to be clearer about dependencies.  That is, if I don't
change anything, does READ read stdin ("the normal read algorithm")?  Or
does it call the port's READ-CHAR and thus return eof-object?  I'm guessing
the latter, but the proposal should say.  Ditto the relationship between
READ-CHAR and READ-U8, and the corresponding write ones.

_______________________________________________
r6rs-discuss mailing list
[email protected]
http://lists.r6rs.org/cgi-bin/mailman/listinfo/r6rs-discuss

Reply via email to