CS330: Scheme file I/O
This tutorial demontrates basic file IO in scheme. First is shown how to use a tail-recursion to read a file into a string. Next writing strings to files is shown. This information is useful for reading in a file to send to the "run" method of one of the EOPL interpreters.