On Mar 15, 7:39 am, André Thieme <splendidl...@googlemail.com> 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 clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to