Declined
Details
Assignee
UnassignedUnassignedReporter
Stuart SierraStuart SierraApproval
TriagedPatch
Code and TestPriority
Minor
Details
Details
Assignee
Unassigned
UnassignedReporter
Stuart Sierra
Stuart SierraApproval
Triaged
Patch
Code and Test
Priority
Created July 18, 2014 at 4:54 PM
Updated July 18, 2014 at 5:42 PM
Resolved July 18, 2014 at 5:42 PM
When dealing with nested map structures, one often wants to merge two maps recursively.
The
deep-merge-with
function was originally written by Chris Houser for clojure.contrib.map-utils but was not maintained after clojure-contrib was split into separate modules.deep-merge
anddeep-merge-with
are widely copied, usually with the same implementation, in utility libraries. For example:flatland / useful
puppetlabs / kitchensink
Many more on GitHub code search