[plt-scheme] Noticeable absence of (with-output-to-port ...)and(with-input-from-port ...)

From: Noel Welsh (noelwelsh at gmail.com)
Date: Thu Sep 11 14:08:16 EDT 2008

Wouldn't you want to close the port afterwards?  This, to me, is the
main advantage of with-output-to-file

N.

On Thu, Sep 11, 2008 at 7:00 PM, Jos Koot <jos.koot at telefonica.net> wrote:
> Well a procedure is to be preferred, I think:
>
> (define (with-output-to-port port thunk)
> (parameterize etc)
> Jos


Posted on the users mailing list.