On Mon, Apr 20, 2020 at 7:25 AM Marc Nieper-Wißkirchen <xxxxxx@nieper-wisskirchen.de> wrote:

The more I think about it, the better I like the idea to delegate this
functionality to the port, at least insofar the implementation is
concerned. Every textual input port could have an internal "read"
method (in the OOP sense), every textual output port an internal
"write" method.

You mean, read-char and write-char, correct?