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

Re: Last call

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.



On 30/06/2013 20:03, Per Bothner wrote:
> Right: A "socket port" is not  a port; it's two ports.
I'll remove 'socket-port' and add 'socket-input-port' and 'socket-output-port' in the SRFI. Following is the words;

---
Port conversion

socket-input-port socket [close-socket?] -> binary-input-port
socket-output-port socket [close-socket?] -> binary-output-port
Returns a fresh binary input and output port associated with a socket, respectively. If the optional argument close-socket? is not #f then when port is closed the underlying socket will be also closed.
    The default value is #f.
---

_/_/
Takashi Kato
E-mail: ktakashi@xxxxxxxxx