> 
> For what it's worth, I think integrating the sequences library with SRFI-42 is
> trivial, though, because SRFI-42 is very conveniently extensible. An
> implementation of a sequences based iterator for SRFI-42 is attached for 
> anyone
> who wants to play around with it :-)

Hey, thanks - I'll check this out.

> 
> I also encountered another weird behaviour that I consider a bug: The 
> expression
> (at-end? (iterator '())) evaluates to #f, which ultimately results in 
> iterators
> over lists never detecting the end of the list when they are stepped through!

Boy, some people really want everything and the kitchen sink!

I have committed a fix. Thanks a lot.


cheers,
felix

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to