Hi,
I'm making some heavy use of multi-methods and proxies in my code, and
I'm wondering if there's a convenient way of calling "superclass"
methods, both for multi-methods and for proxies.

For multi-methods, I'm currently doing:

(mymethod (assoc object :tag :super-class))
which is a little clumsy.

For proxies, I haven't figured out a way yet.

Thanks for your help
  -Patrick
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to