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]

Re: Upgrading kawa from 1.8 to latest SVN


Margus Freudenthal wrote:
(define-syntax aa
  (lambda (x)
    (syntax-case x ()
      ((_ cl arg)
       #`(define-simple-class cl ()
           (arg type: <String> access: 'public))))))

However, when I invoke it, I get error message:

#|kawa:7|# (aa MyClass my-param)
<stdin>:7:1: invalid argument list for slot 'my-param' args:kawa.lang.SyntaxForm

I checked in a patch for this. -- --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]