Skip to content

Instantly share code, notes, and snippets.

@zeptometer
Created August 6, 2014 14:42
Show Gist options
  • Select an option

  • Save zeptometer/0c4e8e0e186cd7bc2551 to your computer and use it in GitHub Desktop.

Select an option

Save zeptometer/0c4e8e0e186cd7bc2551 to your computer and use it in GitHub Desktop.
(define-syntax quota
(syntax-rules ()
((_ a) 'a)))
(define-syntax hoge
(syntax-rules ()
((_) (quota tako))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment