Skip to content

Instantly share code, notes, and snippets.

@laem
Created April 10, 2015 15:46
Show Gist options
  • Save laem/35662a8c12da377920a3 to your computer and use it in GitHub Desktop.
Save laem/35662a8c12da377920a3 to your computer and use it in GitHub Desktop.
(defmacro forever [& body]
`(while true ~@body))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment