Clojure map and reduce notes
Map
(map hash-map list) can take a hash-map rather than a function and will return all items translated by the hash-map.
(map hash-map list) can take a hash-map rather than a function and will return all items translated by the hash-map.