() Sascha Ziemann
() Fri, 6 Jan 2012 10:58:11 +0100
I spend some time searching through the docs but I can not find a way
to get read-byte as defined by SRFI-56. Is there a way in Guile?
(Unofficial) Guile 1.4.x includes SRFI 56. If you don't want to use it
directly, you can copy the sour
Sascha Ziemann writes:
> I spend some time searching through the docs but I can not find a way
> to get read-byte as defined by SRFI-56. Is there a way in Guile?
Guile does not presently support SRFI 56, which was withdrawn
anyway. That said, there are binary io procedures in the (rnrs io ports)
On 6 January 2012 17:58, Sascha Ziemann wrote:
> I spend some time searching through the docs but I can not find a way
> to get read-byte as defined by SRFI-56. Is there a way in Guile?
>
Under 2.0 there is the (rnrs io ports) module:
-- Scheme Procedure: get-u8 port
-- C Function: scm_get_u8
I spend some time searching through the docs but I can not find a way
to get read-byte as defined by SRFI-56. Is there a way in Guile?