Relevant IRC thread -
http://clojure-log.n01se.net/date/2011-03-01.html#12:41

On Tue, Oct 11, 2011 at 8:53 PM, Brian Marick <mar...@exampler.com> wrote:

>
> On Oct 11, 2011, at 7:48 PM, Stuart Sierra wrote:
>
> > I suppose you could iterate over all known Vars and construct a map from
> fns to the Vars that contain them. Then, given a fn, you can look up the Var
> and get its metadata. It would break if anyone redefines or binds the Var,
> of course.
>
> How about putting the information back on the function? Who would be harmed
> by reverting back to old behavior?
>
> -----
> Brian Marick, Artisanal Labrador
> Now working at http://path11.com
> Contract programming in Ruby and Clojure
> Occasional consulting on Agile
>
>
> --
> 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
> Note that posts from new members are moderated - please be patient with
> your first post.
> 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
>

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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