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]

((cadr lst) (car lst) (caddr lst)) Won't work


After I defined (define lst '(1 + 2)),
((cadr lst) (car lst) (caddr lst)) would not work as (+ 1 2), but
gives the error msg:
Argument '+' to 'apply-to-args' has wrong type

Well, I'm a little frustrated. Isn't Kawa a Scheme dialect at all? Why
it's so different from Scheme?

It feels too bad that my Scheme knowledge is a little helpless.

--
::::Do what you like
::::Like what you do


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