(defn swank-version "A likely bad way of calculating a version number for swank clojure" ([] (str (reduce + (map file-last-modified (swank-source-files *swank-source-path*))) "+" (clojure-version))))
Comments top
No comments for swank-version. Log in to add a comment.