Created
October 12, 2014 21:40
-
-
Save shirok/d2bc6adc4856438a45d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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