【发布时间】:2016-05-13 11:58:41
【问题描述】:
在 R5RS 兼容版本的 Scheme 中输出文本到文件的简单方法是什么? 我使用麻省理工学院的 MEEP(它使用 Scheme 进行脚本编写)并且我想将文本输出到文件。我在 Stackoverflow 上找到了以下其他答案:
How to append to a file using Scheme
Append string to existing textfile [sic] in IronScheme
但是,它们并不是我想要的。
【问题讨论】:
标签: io scheme read-write r5rs meep