This is the mail archive of the kawa@sourceware.org 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] | |
Let me know if you have difficulties, or if the define-syntax-case macro is useful. I do want to mke macros easy to use.
(define-syntax aa
(lambda (x)
(syntax-case x ()
((_ cl arg)
#`(define-simple-class cl ()
(arg type: <String> access: 'public))))))-- Margus
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |