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: Getting rid of the "edit-compile-run-cycle" for Kawa


Ethan Herdrick wrote:
That would be fantastic.  What would need to be done to add that?
Could it understand dependencies, i.e. recompile a class if a class it
depends on has been recompiled?  That kind of dynamic dev environment
- combined with Kawa's impressive performance as a compiled language -
would really be amazing.

That seems to work now, if you:


- Use the automatic servlet mapping as described here:
http://www.gnu.org/software/kawa/server/auto-servlet.html

- Use require with a source file name (normally relative)
to "import" any dependencies.

Then a source file is automatically recompiled when it or
one of its dependencies changes.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


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