Awesome, thanks for the quick answer. I think that it'd be a useful thing to add to seq-utils or something. :)
On Jul 17, 1:41 pm, Mark Engelberg <[email protected]> wrote: > On Fri, Jul 17, 2009 at 1:32 PM, samppi<[email protected]> wrote: > > > Is there a function in clojure.core or clojure.contrib so that: > > (and (mystery-fn '(a b c d) '(a b)) > > (not (mystery-fn '(a b c d) '(a b d)))) > > how about something like: > (defn mystery-fn [l1 l2] (every? identity (map = l1 l2))) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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 -~----------~----~----~----~------~----~------~--~---
