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)
library.

-- 
Ian Price

"Programming is like pinball. The reward for doing it well is
the opportunity to do it again" - from "The Wizardy Compiled"



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 source since it (too) is Free Software.

http://www.gnuvola.org/software/guile/doc/SRFI_002d56.html

NB: Guile 1.4.x license is GNU GPLv3+.