Clojure Design Data focused design - Maps & Vectors Hint::Basic design principle Extensibility via Macros Special forms - the building blocks of Clojure Clojure Design Cl...
Map Maps of other collections Updating maps Map A map is a key / value pair data structure. Keys are usually defined using a keyword, although they can be strings or anythin...