Skip to content

Instantly share code, notes, and snippets.

@shirok
Created October 12, 2014 21:40
Show Gist options
  • Save shirok/d2bc6adc4856438a45d3 to your computer and use it in GitHub Desktop.
Save shirok/d2bc6adc4856438a45d3 to your computer and use it in GitHub Desktop.
gosh> (let-syntax ((foo (syntax-rules () ((_ a) (quote (a a))))))
(%macroexpand (foo foo)))
(#<identifier user#quote.1c06de0> (foo foo))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment