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


Chris Dean wrote:

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 ?

Oops. defmacro. -- --Per Bothner per@bothner.com http://per.bothner.com/


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