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: how to define constructor methods in Scheme?


> Therefore I believe I need Kawa's module-extends.

Why don't you want to use define-simple-class ?

> However, what if I need to comply with ("extend") an interface that
> requires several (or even a single) constructors with given
> signatures?

Then, you are out of luck!  define-simple-class won't help you either.

> Currently, I'm under the impression that this would not be possible.

Exactly.

Regards,
Chris Dean


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