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]

keyword and apply


Hi,

If I have

  (define (proc #!key foo bar) ...)

can I do something like

  (apply proc '(foo: "foo-string" bar: 123))  ?

I tried and failed (got all #f instead). Or is it the wrong thing to do?

Thanks!


Wen-Chun Ni



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