How should I properly implement the core Clojure interfaces?
问题 If I'm implementing some data structure in Clojure using deftype , how should I decide which of the core Clojure interfaces to implement? I was unable to find a comprehensive guide to the various Clojure interfaces; in fact, the only relevant piece of information I was able to find was this question, which is very limited in scope. What I'm looking for is a list of each of the core Clojure interfaces, with a brief description of what it is and when you should implement it (or if you should