This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: re-write of Kawa macro handling


Thanks!  Very nice.

> The following non-hygienic forms are equivalent:
>    (define-macro (MACRO-NAME (PARAM ...) TRANSFORMER)
>    (define-macro MACRO-NAME (lambda (PARAM ...) TRANSFORMER))
>    (defmac MACRO-NAME (PARAM ...) TRANSFORMER)

Is this defmac or defmacro ?

Regards,
Chris Dean



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]