specter

nathanmarz 2021-08-20T01:00:44.018100Z

@richiardiandrea it wouldn't be much different than doing it with vanilla clojure

nathanmarz 2021-08-20T01:01:08.018600Z

(setval [(view #(select-keys (keys m2) m1)) (submap nil)] m2 m1)

nathanmarz 2021-08-20T01:02:06.019300Z

you could easily package that functionality into a custom navigator if you wanted to be able to compose it within other paths

👍 1