On Tue, May 5, 2020 at 1:15 PM Per Bothner <xxxxxx@bothner.com> wrote:
Is there any valid use-case for textual input/output ports?  Do they make any sense?  I doubt it,
certainly not enough to be in a Scheme standard.

Dunno.  R6RS has it, and srfi-181 inherits it.  I'd be happy if it is dropped.

I think what one want is more like the two-way-stream in CL, which just pairs input and output stream and
nothing more.