Oddbean new post about | logout
 Clojure set with custom equality semantics

https://www.mikkokoski.com/blog/set-custom-equality/index.html

Sets are collections of unique values.To be able to eliminate the multiplicates, the set needs to know when two values are equal.Sets use the standard Clojure equality semantics, meaning that if two values are =, then it removes the...

#clojure #clj #cljs