Skip to content

Instantly share code, notes, and snippets.

@brehaut
Last active December 19, 2015 02:08
Show Gist options
  • Save brehaut/5880480 to your computer and use it in GitHub Desktop.
Save brehaut/5880480 to your computer and use it in GitHub Desktop.
generalized ridiculous greeting
(require '[clojure.string :as str])
(->> (map (comp rand-nth
(group-by first (seq (.split (slurp "/usr/share/dict/words") "\n")))
char)
[121 111 108 111])
(str/join " ")
print)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment