Skip to content

Instantly share code, notes, and snippets.

@mjs2600
Created December 11, 2014 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjs2600/f8e6ecf9200216df42a2 to your computer and use it in GitHub Desktop.
Save mjs2600/f8e6ecf9200216df42a2 to your computer and use it in GitHub Desktop.
Hy with threading macro
(import [urllib.request :as r])
(print "Hello world!")
(-> (.urlopen r "http://python.org")
(.read)
(print))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment