(
lambda
infinite)
Blog
Returns a map
2021-03-28
PERMALINK
Maps are without a doubt the most useful and ubuiquitous data structure in Clojure. Therefore the core library has many functions that return a map. In this article, we'll explore some of these functions and applications for them.
Blog