[plt-scheme] Getting Serious with Learning Macros
Doug Williams wrote:
> Yes, that is what got me to where I am now. I do need to read it again now
> that I've gotten as far as I have. For example, I didn't know until I looked
> at some real code how define-for-syntax worked, etc. There are a lot of
> syntax-related functions in the reference manual, but it's short on examples
> (by design) and the Guide doesn't go into enough depth (for me, anyway).
>
>
It depends what version of PLT you have but there are examples for some
of those functions (like define-for-syntax).
http://docs.plt-scheme.org/reference/define.html#(form._((lib._scheme/private/define..ss)._define-for-syntax))
If you have any specific functions you'd like to see examples for I'd be
happy to add them.