Hi.
Sockets are a very relevant area for a SRFI. Thanks for starting one.
I was thinking about implementing this SRFI in some Scheme implementations
and stumbled across 'socket-port', which returns
"a fresh binary input/output port".
I fear that an input/output port is not supported in several major Scheme
implementations. It would be much better to have 'socket-ports' that
returns two values: the input port and the output port.
Or two separate functions: socket-input and socket-output.
Ciao
Sven