Allowing relative file imports

Christopher Wright dhasenan at gmail.com
Thu Mar 26 15:15:16 PDT 2009


Georg Wrede wrote:
> As almost everybody else here, I've maintained a couple of websites.
> 
> Using D to write CGI programs (that are compiled, real binaries) is 
> appealing, but I'd never even think about having the web server itself 
> use the D compiler!!!
> 
> I mean, how often do you see web sites where stuff is fed to a C 
> compiler and the resulting programs run????? (Yes it's too slow, but 
> that's hardly the point here.) That is simply not done.

Similarly, how often do you do code generation in a PHP application? You 
can do it, and I'm sure people use eval for small things, but anything 
bigger than that, it just becomes a mess.



More information about the Digitalmars-d mailing list