(defn get-arch "Returns a keyword naming the host architecture" [] (get-by-pattern native-names (System/getProperty "os.arch")))
Comments top
No comments for get-arch. Log in to add a comment.