List Question
8 TechQA 2015-08-15T13:46:53.043000Does the Clojure compiler check if records and types implement protocols?
225 views
Asked by interstar
Is there a Clojure compile-time tool to check if a record or type actually implements a protocol it claims to?
598 views
Asked by interstar
Clojure - dispatch on return type? (As expressive as Haskell Typeclasses)
788 views
Asked by hawkeye
Creating a library of Protocols and defrecords for use from Java
660 views
Asked by interstar
Sealed Clojure protocols
71 views
Asked by Shmuel Greenberger
Clojure deftype and protocol
357 views
Asked by greggigon
Precedence of clojure protocols in another namespace
435 views
Asked by NielsK
How to implement an interface via protocols?
271 views
Asked by muhuk