Kevin Ryde <[EMAIL PROTECTED]> wrote:
> Alas I think that'd be an incompatible change, programs printing a
> prompt or progress info probably depend on immediate output as the
> default.

But the output can be immediate without splitting it up into multiple
system calls.  (display "foo") can result in write(1, "foo", 3), and
as long as that write is done before (display) returns, it's still
just as immediate.


paul


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to