Skip to content

Instantly share code, notes, and snippets.

@TBonnin
Last active October 27, 2016 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TBonnin/a057b4644f9779efbd0d6a33c55f0b64 to your computer and use it in GitHub Desktop.
Save TBonnin/a057b4644f9779efbd0d6a33c55f0b64 to your computer and use it in GitHub Desktop.
(defn english [n] (clojure.pprint/cl-format nil "~r" n))
(dotimes [n 99] (let [w (english n)] (if (= 0 (compare w (apply str (sort w)))) (println w))))
@TBonnin
Copy link
Author

TBonnin commented Oct 27, 2016

screen shot 2016-10-27 at 13 53 21

;)

@shtukas
Copy link

shtukas commented Oct 27, 2016

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment