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

comprehensions

This page is part of the web mail archives of SRFI 40 from before July 7th, 2015. The new archives for SRFI 40 contain all messages, not just those from before July 7th, 2015.



Are there any plans to make STREAM-OF a little more consistent with SRFI 42? -- while SRFI 42 is _Eager_ Comprehensions and STREAM-OF is a _lazy_ comprehension, and it is stated somewhere in the SRFI 42 document that the methods used were quite different, they do seem like they should have at least something in common -- e.g., have the same general form -- (stream-of outer inner expr) --, or have a similar sort of mechanism for defining new generators on STREAM-OF as in SRFI
42, or something?