On Feb 18, 9:34 am, Rowdy Rednose <rowdy.redn...@gmx.net> wrote: > better-unique is not too far off from my initial approach, but still, > why no side effects? > Even though I do not know when the side-effects happen (lazily, > eagerly), shouldn't the order be fixed in case of filter?
I think the term "must" in the documentation refers to side-effects on the seq. General advice would say that the predicate must be free of side effects if you want to keep your sanity and not die at the hands of an angry mob of programmers who are later forced to use your code :) -- 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 Note that posts from new members are moderated - please be patient with your first post. 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