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?