On Sun, Dec 25, 2011 at 10:25 AM, Shoeb Bhinderwala
<shoeb.bhinderw...@gmail.com> wrote:
> I want to merge lists of maps. Each map entry > I have written the 
> implementation.
> [...]
> Is there a more efficient, cleaner
> and idiomatic way to do this. Am I missing out on any core library
> functions that already provide this behavior?

I believe the core function "merge-with" may give you what you are
looking for: 
http://clojure.github.com/clojure/clojure.core-api.html#clojure.core/merge-with

bill

-- 
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

Reply via email to