This is the mail archive of the kawa@sourceware.cygnus.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]

Re: Compilation teaser



> > If there are cyclic dependancies between Java source and Kawa source
> > then there is a problem compiling.

In most (all ?) cases, the cyclic dependancies would be due to the body of
the expressions, not to the module interface. So it should be possible to
"fool" the compilers. For instance write a first version of your kawa file
that do not depend on java, but with the same interface than the intended
module. Then compile the java files, then write the true kawa module.
You may need several passes, but this should very often be possible to do
that.



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