[racket] "three uses of macros" + wikipedia
Thanks, this is helpful. I don't use macros very much, and I've been trying to get a better handle on when to use them. Frequently, when I see a macro it does something that could just as easily be done with a function.
On Mar 9, 2011, at 9:59 AM, John Clements wrote:
>
> On Mar 9, 2011, at 9:27 AM, Gregory Woodhouse wrote:
>
>> I'm trying to locate this page. What is the URL?
>
> Which page? The Wikipedia page on Macros? it's here:
>
> http://en.wikipedia.org/wiki/Macro_%28computer_science%29
>
> The posting I referred to is actually linked to from that page, but I'll chase that URL for you:
>
> http://people.csail.mit.edu/gregs/ll1-discuss-archive-html/msg01539.html
>
> John Clements