Skip to content

Instantly share code, notes, and snippets.

@ukn-ubi
Last active September 18, 2015 11:47
Show Gist options
  • Save ukn-ubi/ebb04b19f88425e363ca to your computer and use it in GitHub Desktop.
Save ukn-ubi/ebb04b19f88425e363ca to your computer and use it in GitHub Desktop.
"Hy, World" program as a Hy macro.
(defmacro hy [who]
(print "Hy" who))
(hy "world")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment