Skip to content

Instantly share code, notes, and snippets.

@emoon
Created January 22, 2011 13:02
Show Gist options
  • Save emoon/791110 to your computer and use it in GitHub Desktop.
Save emoon/791110 to your computer and use it in GitHub Desktop.
(defmacro genfuncs (data)
`(progn
,@(loop for i in data collecting
`(defun test-,i () ,i))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment