Module Paths

Matt webwraith at fastmail.fm
Fri Aug 10 05:06:03 PDT 2012


I'd like to try to track the source files, to watch for editing. 
The goal is for Run-time compiling, akin to runtime compiled C++, 
which allows the programmer to edit their modules, save them, 
then the program notices the change of file and recompiles, all 
while the program is still running. The final goal would be to 
allow the programmer to edit code, and see the changes in 
realtime, without having to stop the program and restart.


More information about the Digitalmars-d mailing list