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.