Skip to content

Instantly share code, notes, and snippets.

Created July 28, 2013 02:58
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 anonymous/6097177 to your computer and use it in GitHub Desktop.
Save anonymous/6097177 to your computer and use it in GitHub Desktop.
(println
(into {}
(concat
(map #(apply vector %)
(clojure.string/split
"`~ 1! 2@ 3# 4$ 5% 6^ 7& 8* 9( 0) -_ =+ [{ ]} \\| ;: '\" ,< .> /?"
#"\s"))
(map #(vector (char %) (Character/toUpperCase (char %)))
(range (int \a) (inc (int \z)))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment