clojure-dev

Issues: https://clojure.atlassian.net/browse/CLJ | Guide: https://insideclojure.org/2015/05/01/contributing-clojure/
Ben Sless 2020-08-10T06:25:01.005300Z

I moved it here because it diverted from the goal of the channel: https://clojurians.slack.com/archives/C03S1KBA2/p1596741797025500 In short:

(def m {:a {:b {:c {:d 1}}}})
(def ks [:a :b :c :d])
(update-in m ks inc)