Skip to content

Instantly share code, notes, and snippets.

@aaron-em
Created July 22, 2015 22:31
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 aaron-em/bfcf8107af30fe264bf1 to your computer and use it in GitHub Desktop.
Save aaron-em/bfcf8107af30fe264bf1 to your computer and use it in GitHub Desktop.
(defun expand-a-thing nil
`(:thing-is ,blah))
(let ((blah "what"))
(expand-a-thing))
;; -> (:thing-is "what")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment