Re: Wrapping functions of Java interfaces with inheritance chains

2014-05-06 Thread fs
Thank you for your in-depth answer! My problem is that in this case, the sub-interfaces are actually very distinct from each other and it would make sense to have separate namespaces for them. So, SubElementA is really very different from SubElementB. Ironically the same API has another inherit

Re: Wrapping functions of Java interfaces with inheritance chains

2014-05-06 Thread Alex Miller
On Tuesday, May 6, 2014 6:53:51 AM UTC-5, f...@kimchi.io wrote: > > Disclaimer: I'm new to Clojure programming. > Welcome! > I work on some Clojure wrapper functions for a Java API that mainly > consists of interfaces. > > I wonder what the 'usual way of doing things' is regarding inheritance