Skip to content

Instantly share code, notes, and snippets.

@boxxxie
Created February 15, 2013 00:24
Show Gist options
  • Save boxxxie/4957647 to your computer and use it in GitHub Desktop.
Save boxxxie/4957647 to your computer and use it in GitHub Desktop.
(def thing-to-walk [{:uri (java.net.URI. "/sdf/sdfsd")}])
(defn convertURI [o] (if (= (type o) java.net.URI)(str o) o))
(clojure.walk/prewalk-demo thing-to-walk)
(clojure.walk/prewalk convertURI thing-to-walk)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment