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: Question on compiling to bytecode


Wen-Chun Ni wrote:
Indeed. However, one thing we learned from JSP's experience is that,
with source code generated, we desperate developers got an insurance of debugging even though it's a little tedious. If we use Kawa in a runtime system, the error reporting has to be
able to do that. I believe many Common Lispers got the same
experience too.
I'd love to have an Eclipse (and/or NetBeans) plug-in for Kawa.
Another project for a volunteer?

Kawa does generate variable names and line numbers, so it is in
principle to debug it using a debugger, but it is probably
difficult, as you have to know how the compiler mangles names,
and represents procedures.
--
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


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