I know I can get the meta data using the following form:
=> (meta #'get)
{:ns #<Namespace clojure.core>, :name get, :file "clojure/
core.clj"....
Is there a means to get the meta data from the stored function without
using its identifier?
ie. knowing this result:
=> get
#<core$get clojure.core$get@77036a6b>
Can I somehow do this:
=>(meta #<core$get clojure.core$get@77036a6b>)
java.lang.Exception: Unreadable form...
Thanks,
Tim
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
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