Yes, I have it working using macros, but that ends up bloating my code a bit.
On Sun, Aug 23, 2009 at 5:30 PM, Timothy
Pratley wrote:
>
> There is a ticket for metadata on functions:
> https://www.assembla.com/spaces/clojure/tickets/94-GC--Issue-90---%09-Support-metadata-on-fns
> So it seems this
There is a ticket for metadata on functions:
https://www.assembla.com/spaces/clojure/tickets/94-GC--Issue-90---%09-Support-metadata-on-fns
So it seems this is a planned feature, but not implemented yet - due
to "Requires dealing with the with-meta copying issues for closures".
But as you mentione
I keep running in circles with meta data on functions.
This is my current understanding:
Meta data for the function's name symbol is merged with any meta data
provided as a map before the parameter decls.
This combined meta-data is then applied to the Var that holds the function.
However, it d