By union do you mean union as in sets, or just smashing the two lists together?
--Robert McIntyre On Thu, Sep 2, 2010 at 11:10 AM, mlimotte <[email protected]> wrote: > Hi. > > I'd like to do a union of some sequences using my own comparison > function. Similar to supplying a Comparator in Java. The things > being compared are Objects from a Java library that I don't control, > so I can't just override the equals function on the class, for > example. > > Would aprecaite any suggestions. > > thanks, > Marc > > -- > 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 -- 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
