redplanetlabs / proxy-plus

A replacement for Clojure's proxy that's 10x faster and more usable
Apache License 2.0
175 stars 10 forks source link

How to call a superclass method? #2

Closed bowbahdoe closed 4 years ago

bowbahdoe commented 4 years ago

I'm not sure if this is supported but just not documented, but I was wondering how to do something like proxy-super

nathanmarz commented 4 years ago

Unfortunately it isn't possible to support this without compiler support from Clojure. The way proxy-super works with proxy is extremely hacky and not possible to do with proxy+.