Email list hosting service & mailing list manager

socket-port Sven Hartrumpf (18 Jun 2013 06:38 UTC)
Re: socket-port John Cowan (18 Jun 2013 18:26 UTC)
Re: socket-port Takashi Kato (18 Jun 2013 19:09 UTC)
Re: socket-port Shiro Kawai (18 Jun 2013 21:40 UTC)
(missing)
Re: socket-port Shiro Kawai (18 Jun 2013 21:54 UTC)
Re: socket-port Alex Shinn (19 Jun 2013 00:51 UTC)
Re: socket-port Takashi Kato (19 Jun 2013 20:07 UTC)
Re: socket-port Shiro Kawai (20 Jun 2013 17:30 UTC)

socket-port Sven Hartrumpf 18 Jun 2013 06:33 UTC

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