supdate icon indicating copy to clipboard operation
supdate copied to clipboard

Clojure's update with superpowers.

Results 3 supdate issues
Sort by recently updated
recently updated
newest added

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

design discussion

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