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: SchemeScript and code completion


* Per Bothner [2007-11-07 14:54+0100] writes:

> The problem is the last step.  That requires macro expansion, resolving
> names to declarations, and type propagation.  I.e. most of the compiler
> (before you get to optimization and code generation).

Hmm.. I see.

> You really want to use the compiler for this, rather than half-heartedly
> trying to duplicate the compiler's logic.  I'm sure this is doable, but
> I think it's more complicated than a weekend hack.

It surely would be nice to use the compiler for this.

Thank you for the quick response.

Helmut.


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