chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] sequences egg


From: Felix
Subject: Re: [Chicken-users] sequences egg
Date: Fri, 19 Nov 2010 03:18:20 -0500 (EST)

From: Thomas Chust <address@hidden>
Subject: Re: [Chicken-users] sequences egg
Date: Thu, 18 Nov 2010 22:55:47 +0100

> 2010/11/18 Felix <address@hidden>:
>> [...]
>> I've put together a little library of generic "sequence" operations,
>> and would like to get some feedback, since I'm not sure about the
>> nomenclature and API.
>> [...]
> 
> Hello,
> 
> in my opinion this library is a good idea. A feature I would like to see in 
> this
> kind of library would be some comprehension mechanism (similar to SRFI-42 or
> Racket's for comprehensions).

I guess this would probably be suited for a separate extension. Ideally,
one could try to extend SRFI-42 to handle this, even though doing so
requires digging into its implementation, which appears frightningly
complex...

> 
> I also noticed that iterator operations are apparently broken when the 
> iterator
> is based on a list:
> 

Thanks, Thomas. This omne should be fixed now.


cheers,
felix



reply via email to

[Prev in Thread] Current Thread [Next in Thread]