Is there a “standard” list of metadata attributes (:author, :copyright, etc.) for Clojure, or do I need to read the source code :-)?
Perhaps ClojureDocs could take on this task (suggested).
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are no hard and fast rules that apply across the board – metadata is “context dependent” so can have different meanings depending on what kind of object you attach it to.
Note that the Clojure website section on metadata explicilty notes that metadata is for “arbitrary annotation of data”.
Some comments: