On Mar 15, 7:39 am, André Thieme <[email protected]> wrote:
> Btw, what do you think about Craigs idea, about overloading first?

It's interesting, but I don't think it's a good idea.  "first" is
guaranteed to consume exactly one element of a sequence.  "seek", as
we've defined it, potentially consumes the entire sequence.  In the
case of an infinite sequence, it may never terminate!  So overloading
"first" would conflate two very different behaviors.

-Stuart Sierra
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to