SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
7
lang/clojure/files/clj_completions.clj
Normal file
7
lang/clojure/files/clj_completions.clj
Normal file
|
@ -0,0 +1,7 @@
|
|||
(def completions
|
||||
(mapcat (comp keys ns-publics) (all-ns)))
|
||||
|
||||
(with-open [f (java.io.FileWriter. "files/clj_completions")]
|
||||
(binding [*out* f]
|
||||
(doseq [c (-> completions sort distinct)]
|
||||
(println c))))
|
Loading…
Add table
Add a link
Reference in a new issue