On Tue, Feb 24, 2009 at 11:59 AM, Stuart Halloway
<[email protected]> wrote:
>
> Is there a way to programmatically retrieve the :tag of an argument?
> The var metadata will return the tag of a return value...

The :arglists metadata attached to the Var by defn appear to keep
the metadata given in the defn form:

user=> (binding [*print-meta* true] (prn (:arglists ^#'future-call)))
([#^Callable f])

--Chouser

--~--~---------~--~----~------------~-------~--~----~
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