Idea: Run Time Compilation

Nicolai Waniek no.spam at thank.you
Sat Mar 17 10:52:42 PDT 2007


Russell Lewis wrote:
> Ok, ignore the bootstrap issues for a second, and consider: If the
> compiler were primarily implemented as a set of functions in the
> standard library, then we could view "static compilation" as CTFE of
> those functions...while "dynamic compilation" (a.k.a. runtime compiler)
> as ordinary, runtime execution.
> 
> Russ
> 


Even the .NET framework has something similar, though I don't know if
you may call the compilers with a string containting the code you wish
to execude.

For more details, search for CodeDOM at msdn



More information about the Digitalmars-d mailing list