(defn unmunge "Converts a javafied name to a clojure symbol name" ([#^String name] (reduce (fn [#^String s [to from]] (.replaceAll s from (str to))) name clojure.lang.Compiler/CHAR_MAP)))
Comments top
No comments for unmunge. Log in to add a comment.