(defmacro when-feature [feature-name & body] (if (find-var (symbol "clojure.core" (name feature-name))) `(do ~@body)))
Comments top
No comments for when-feature. Log in to add a comment.