开发者

Flush stdout in DrScheme?

开发者 https://www.devze.com 2022-12-11 16:05 出处:网络
I can do it in Java, Python, Has开发者_如何学编程kell... how do you do it in DrScheme? A customary google search didn\'t yield the answer.I know this is MIT Scheme, not DrScheme, but have you tried fl

I can do it in Java, Python, Has开发者_如何学编程kell... how do you do it in DrScheme? A customary google search didn't yield the answer.


I know this is MIT Scheme, not DrScheme, but have you tried flush-output?


If you use the R6RS language, you can use flush-output-port (PLT docs). It's also specified in the SRFI-82.

0

精彩评论

暂无评论...
验证码 换一张
取 消