Kooda scripsit:

> (define (complex-stream seq)
>   (lazy-map identity seq))

Lazy-map isn't lazy, so you are basically generating an eager list
processing each element, and discarding the whole mess.


-- 
John Cowan          http://www.ccil.org/~cowan        co...@ccil.org
Where the wombat has walked, it will inevitably walk again.
   (even through brick walls!)

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

Reply via email to