Dynamic Code in D

Rory Mcguire rjmcguire at gmail.com
Thu Mar 27 10:31:37 PDT 2008


checkout kong on dsource.org. www.dsource.org/projects/kong

It gives you the ability to modify what function is called when a library function
is called, so you could have a library that you load on program initialization
just to make the symbols available and then each
time you generate new D code, you compile it to a shared library, Load it and then
modify the original functions to point to the newly loaded libraries symbols.

-Rory



More information about the Digitalmars-d mailing list