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
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