[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

socket-port

This page is part of the web mail archives of SRFI 106 from before July 7th, 2015. The new archives for SRFI 106 contain all messages, not just those from before July 7th, 2015.



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