Easy Nested Maps with Clojure
Clojure has some really great functions in its core library for dealing with getting and updating values in Maps (Clojure’s set of key/value based data structures). In particular, I’ve realised that the get-in function is particularly useful. I...