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

Shoeb wants to merge sequences of maps and not the maps themselves, so
merge/merge-with won't help him much.

Regards,
BG

-- 
Baishampayan Ghose
b.ghose at gmail.com

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