(defn class-symbol "Randomly selects one of the classes in the given namespace." ([] (class-symbol *ns*)) ([in-namespace] (rand-nth (keys (ns-imports in-namespace)))))
Comments top
No comments for class-symbol. Log in to add a comment.