Skip to content

Instantly share code, notes, and snippets.

@evanrmurphy
Created December 6, 2010 05:01
Show Gist options
  • Save evanrmurphy/729894 to your computer and use it in GitHub Desktop.
Save evanrmurphy/729894 to your computer and use it in GitHub Desktop.
One of akkartik's favorite macros (see http://arclanguage.org/item?id=12889)
(mac firsttime(place . body)
`(unless ,place
,@body
(set ,place)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment