(defmacro defunbound "Defines an unbound var with optional doc string" ([name] (list `def name)) ([name doc] (list `def (with-meta name (assoc (meta name) :doc doc)))))
Comments top
No comments for defunbound. Log in to add a comment.