Finding out the interfaces/protocols a Clojure Record/Type implements? -
is there way can dynamically find out interfaces or protocols clojure record or type implements?
for example do:
(show-protocols some-record-instance)
look following article - answers question
Comments
Post a Comment