RosettaCodeData/Task/Special-variables/Clojure/special-variables.clj

2 lines
109 B
Clojure
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(apply str (interpose " " (sort (filter #(.startsWith % "*") (map str (keys (ns-publics 'clojure.core)))))))