Oh yes, of course. Why didn't I think of that? For some reason, implementing 2 interfaces never occurred to me. :P
On Aug 12, 4:48 pm, David Powell <[email protected]> wrote: > > The simplest so far seems to be to use gen-interface to create a > > subinterface of Controller with all the methods I need, or gen-class. > > But that would require AOT compilation. Can I get away without it? > > Can you use definterface to create an interface with your methods on, and > then deftype or reify to implement the methods from the Controller type, and > from your custom interface. > > -- > Dave -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
