buffering of (print)
Posted: Wed Mar 12, 2008 10:11 am
Hi, Lutz!
Just discover that
started in command prompt shows all the output only after execution is finished.
Often this is not useful.
If this is a new behavior, then something like (flush), or, better, the output buffer configuration for particular handle, like in perl, will be a good addition.
Just discover that
Code: Select all
(while true (print ".") (sleep 1000))
Often this is not useful.
If this is a new behavior, then something like (flush), or, better, the output buffer configuration for particular handle, like in perl, will be a good addition.