[plt-scheme] Re: Problem of type

From: Cyprien Nicolas (c.nicolas at gmail.com)
Date: Mon Nov 26 18:41:43 EST 2007

Hi Laurent,

There is another solution,

(parameterize ((current-output-port (open-output-text-editor a-text)))
  (for-each (lamdda (e)
                 (write e))
         code)
)

Cheers,

Cyprien


Posted on the users mailing list.