On Wed, Feb 18, 2009 at 6:16 PM, mikel <mev...@mac.com> wrote:
>
> Now, of course I could write GenericFunction in Java, just as MultiFn
> is written in Java, but I thought it would be nice to use Clojure's
> Java interop features to do it.

Not to spoil all your gen-class fun, but did you consider using proxy
instead?  Note that even Clojure builtins have been built using proxy
-- formerly 'atom' and now 'future':  http://tinyurl.com/bpjew7

--Chouser

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to