Skip to content

Instantly share code, notes, and snippets.

@mamonu
Created June 22, 2015 21:29
Show Gist options
  • Select an option

  • Save mamonu/5bb0e4385a5602954033 to your computer and use it in GitHub Desktop.

Select an option

Save mamonu/5bb0e4385a5602954033 to your computer and use it in GitHub Desktop.
chr2int in clojure
(defn chr->int [c]
(-> (char c)
(str)
(Integer.)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment