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

> 2010/11/18 Felix <[email protected]>:
>> [...]
>> 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

_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to