R5RS Scheme input-output: How to write/append text to an output file?
问题 What is a simple way to output text to file in a R5RS compliant version of Scheme? I use MIT's MEEP (which uses Scheme for scripting) and I want to output text to file. I have found the following other answers on Stackoverflow: File I/O operations - Scheme How to append to a file using Scheme Append string to existing textfile [sic] in IronScheme But, they weren't exactly what I was looking for. 回答1: The answers by Charlie Martin, Ben Rudgers, and Vijay Mathew were very helpful, but I would