Skip to content

Instantly share code, notes, and snippets.

@powellnathanj
Created July 25, 2009 02:32
Show Gist options
  • Save powellnathanj/154664 to your computer and use it in GitHub Desktop.
Save powellnathanj/154664 to your computer and use it in GitHub Desktop.
(import '(java.net URL))
(def url (new URL "http://nathanpowell.org/blog"))
(println (. url (getHost)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment