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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -