Thanks!

On Tue, Jan 20, 2009 at 7:28 PM, Rich Hickey <[email protected]> wrote:

>
>
>
> On Jan 20, 6:48 pm, David Nolen <[email protected]> wrote:
> > Looking at the multimethod implementation (MultiFn.java) I noticed that
> > multimethod keeps an internal persistent map of dispatch values in a
> field
> > call methodTable.  It seems to me it would pretty simple to expose this
> > field (or a copy of it anyway) so that multimethod reflection can take
> > place.
> > (responds? astruct amultifn)
> >
> > It's seems to me to be a minor change that would add a considerable
> amount
> > of reflective power to multimethods, as well providing support for
> something
> > like who-specializes in SLIME or any other IDE.
> >
> > Thoughts?
>
> Fine idea - try SVN 1219 ;)
>
> Rich
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to