Skip to content

Instantly share code, notes, and snippets.

@dirtyvagabond
Created February 13, 2012 17:22
Show Gist options
  • Save dirtyvagabond/1818429 to your computer and use it in GitHub Desktop.
Save dirtyvagabond/1818429 to your computer and use it in GitHub Desktop.
(defn slurp-cp [f]
(let [loader (java.net.URLClassLoader. (into-array [(jio/as-url (fs/file f))]))]
(slurp (jio/resource f loader))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment