(defn compile-swank [#^String path] (binding [*compile-path* path] (doseq [sym (swank-packages)] (println "Compiling" (name sym)) (compile sym))))
Comments top
No comments for compile-swank. Log in to add a comment.