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: Use define-simple-class in macros?


> Unless I'm missing something, this is *supposed* to not work. 
>  The whole point of macro hygiene is that the "actual macro 
> parameter" 'body' is not in the scope of the 'self' defined 
> by the 'let'.  Think of it as pure lexical scoping: the 
> 'self' in the define-simple-class is not lexically in the 
> scope of any definition of 'self'.

Of course!  I'm so used to low-level macros ... But I should have figured
that out myself. Thanks!

Dominique



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