how does one add documentation to the beginning of a clojure namespace?
in scala, java, etc you have:
/** * */
(ns name.space “This is my multi-line docstring” (:require …