Re: [announce] GEE/Streams 0.1

2007-12-06 Thread Marco Maggi
"Andy Wingo" wrote: >> Guile already comes with the (ice-9 streams) module, which >> allows Scheme level code to iterate over non--list sequences >> of values. GEE/Streams is a C language re-implementation of >> the same interface that allows both Scheme and C code to >> define streams. > >H

Re: [announce] GEE/Streams 0.1

2007-12-05 Thread Andy Wingo
Hi, On Tue 04 Dec 2007 20:34, "Marco Maggi" <[EMAIL PROTECTED]> writes: > Guile already comes with the (ice-9 streams) module, which > allows Scheme level code to iterate over non--list sequences > of values. GEE/Streams is a C language re-implementation of > the same interface that allows b

[announce] GEE/Streams 0.1

2007-12-04 Thread Marco Maggi
GEE/Streams is a C language library extension for Guile, the GNU's Ubiquitous Intelligent Language for Extensions. It implements a replacement for the (ice-9 streams) module distributed with Guile. If we are not Scheme newbies and we see a form starting with (fold ...): we know immedi