January 20, 2009
Is it possible to compile D source code to object files without first saving the source to the filesystem. I kind of would like to generate the code within the program and use a static or dynamicly linked program to compile it. Not like interpreting script language.