AOT Compilation Class Hierarchy

2010-04-02 Thread Nick Dimiduk
Heya! I'm implementing a simple class hierarchy in clojure to be exposed to external java code using AOT compilation. The library requires I declare an interface extending a base-interface from the library and then provide an implementation class. For example: interface IFoo extends ILibInterface

Re: AOT Compilation Class Hierarchy

2010-04-05 Thread Nick Dimiduk
t that didn't get very far... > > - Chas > > On Apr 2, 2010, at 1:22 AM, Nick Dimiduk wrote: > > Heya! > > I'm implementing a simple class hierarchy in clojure to be exposed to > external java code using AOT compilation. The library requires I > declare an interf