> Also, in my (admittedly limited) time so far with Clojure, I've
> sometimes been confused when eager collections automagically change
> into lazy sequences. If I add side effects (like debugging printfs) to
> code I don't realize is lazy, I utter many WTFs.  I'm not sure to what
> extent that can happen with your library, but if it can, this might be
> good to point out in margin notes and examples.

You do discuss in the Introduction that map etc. can return lazy sequences.

If anyone skips that and goes directly to the API reference, they
might miss how different this `map` is.  I suppose this is just RTFM,
and really I'm just relating my experience getting confused.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to