Skip to content

Instantly share code, notes, and snippets.

@zeptometer
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save zeptometer/3763f9e165b30ee4f4f4 to your computer and use it in GitHub Desktop.

Select an option

Save zeptometer/3763f9e165b30ee4f4f4 to your computer and use it in GitHub Desktop.
(define-syntax hoge
(er-macro-transformer (lambda (expr rename compare)
(list (rename 'quote)
(rename 'list)))))
(hoge)
; => (list@29)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment