Runtime execution

Mjkp via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Oct 19 04:53:58 PDT 2014


On Sunday, 19 October 2014 at 06:55:18 UTC, Bauss wrote:
> Is there anyway to pull of a runtime compilation of D code or 
> at the very least asm execution?

You can call dmd using std.process to compile a D plug-in edited 
in your D program and dynamic link the output .dll or .so just 
after the dmd process 's successfully returned.



More information about the Digitalmars-d-learn mailing list