On Monday, March 13, 2017 at 1:35:12 PM UTC+1, Matthias Felleisen wrote:
> > On Mar 13, 2017, at 7:06 AM, NeverTooOldToCode wrote:
> > 
> > From Greg Hendershott's Fear of Macros, section 3.3:
> > 
> >> (define-syntax (show-me stx)
> >    (print stx)
> >    #'(void))
> >> (show-me '(+ 1 2))
> > 
> > #<syntax:10:0 (show-me (quote (+ 1 2)))>
> > 
> > Why does the syntax object stx include "show-me"? Intuitively I would 
> > expect just the syntax object representing '(+ 1 2)
> 
> 
> By convention, dating back to the 1960s.

Thank you! Now my mind is clear to tackle the rest of it!

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to