supdate
supdate copied to clipboard
Clojure's update with superpowers.
Currently, transformation is closed for extension, with all the rules for transformation being captured in a `cond`. Consider introducing a protocol with a single protocol-function `(-transform [this source-obj args])` which...
Relates to: * #8 In case that indeed is a bug. 😄 Note: For some reason the tests wouldn't compile with the version of **midje** configured in `project.clj`. If I...
I don't know if this is a bug or just out of scope of the library: ``` clojure (supdate #{} [identity]) => () ``` I was expecting: ``` clojure (supdate...