This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(require 'clojure.pprint 'clojure.set) | |
(def clojuresphere-top "http://www.clojuresphere.com/api/projects?limit=500&sort=dependents&output=clojure") | |
(defn exec | |
[& shell-tokens] | |
(.. Runtime getRuntime (exec (into-array String shell-tokens)) waitFor)) | |
(defn namespace-usage | |
[git-path clone-path namespaces] |