Module Paths
Jacob Carlborg
doob at me.com
Fri Aug 10 06:44:12 PDT 2012
On 2012-08-10 14:06, Matt wrote:
> 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.
Tomasz Stachowiak did that way back in the D1 days. He used a modified
version of the DDL linker. It might be this code:
https://bitbucket.org/h3r3tic/boxen/src/76f3fab1b889/src/ddl/ddl
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list