Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. (defn english [n] (clojure.pprint/cl-format nil "~r" n))
  2. (dotimes [n 99] (let [w (english n)] (if (= 0 (compare w (apply str (sort w)))) (println w))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement