Re: how to get read-byte

2012-01-07 Thread Ian Price
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)

Re: how to get read-byte

2012-01-07 Thread Thien-Thi Nguyen
() 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