Skip to content

Instantly share code, notes, and snippets.

@dumbs
Created November 13, 2010 00:38
Show Gist options
  • Save dumbs/674967 to your computer and use it in GitHub Desktop.
Save dumbs/674967 to your computer and use it in GitHub Desktop.
((eq 'defmacro (car expr))
`(:mcall set-defmacro (:const . ,(second expr))
,(lisp2li `(lambda ,(third expr) ,@(cdddr expr)) env)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment