Fork me on GitHub
#rewrite-clj
<
2019-04-21
>
sogaiu00:04:02

btw, one of the projects i'm using rewrite-clj in, i'm transforming some information stored in metadata -- there i chose to use namespaced keywords for the metadata so as not to potentially collide with un-namespaced keywords, thinking those perhaps were sort of reserved (e.g. :doc). when i saw :no-doc, i assumed it was an "official" clojure thing. i wonder if whichever documentation projects are using this metadata, have considered putting some namespace prefix on...do you happen to know?

lread00:04:39

I first saw the syntax in codox, which maybe predates namespaced keywords?

lread00:04:06

cljdoc makes use of a modified version of codox

sogaiu01:04:38

thanks for the comment! according to: http://www.deepbluelambda.org/programming/clojure/know-your-keywords by @sattvik > Namespace-qualified keywords have existed since the beginning of Clojure, but they have seen relatively little use. i didn't know about them for years, so perhaps it's possible other folks didn't either?

lread01:04:44

interesting... yeah maybe.