http://clojure.org/special_forms > > (def sym "docstring" 'value) > > I don't think defrecord creates a Var so I don't think you can specify > a docstring for that? > > Thanks that works for symbols. I know derecord does not create a Var, but it would still be nice to be able to have a doc string. Since dynamic language lacks typing information, doc string is quite important to make it clear the meaning of all kinds of things.
-- 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