On May 2, 2012, at 9:47 PM, Asumu Takikawa wrote:

> On 2012-05-03 00:38:18 -0400, Asumu Takikawa wrote:
>> Also, I've been working on improving the "Macro (computer science)" and
>> "Hygienic macro" articles in case anyone is interested in helping.
> 
> And two more:
>  http://en.wikipedia.org/wiki/Hygienic_macro
>  http://en.wikipedia.org/wiki/Macro_(computer_science)

I'm glad to see you've been editing these.  I believe these two sentences that 
remain in the article were

a) written by me, and
b) seriously wrong.

"The earliest Lisp macros took the form of FEXPRs, function-like operators 
whose inputs were not the values computed by the arguments but rather the 
syntactic forms of the arguments, and whose output were syntactic fragments to 
be used in place of the FEXPR's use. In later Lisps, FEXPRs were replaced by 
DEFMACRO, a system that allowed programmers to specify source-to-source 
transformations that were applied before the program is run."

Anyone want to fix these? 

John

Attachment: smime.p7s
Description: S/MIME cryptographic signature

____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to