Three Unlikely Successful Features of D
Walter Bright
newshound2 at digitalmars.com
Wed Mar 21 10:20:26 PDT 2012
On 3/21/2012 7:23 AM, Adam D. Ruppe wrote:
> But, is import unlikely success, or is this just a
> leftover feeling from my massive bias in the early
> days? I have to say it is my bias, since everyone
> else uses import and they all know it is good.
I knew import would be good :-)
It's because I've used languages before with an import, and as a compiler guy, I
knew what a kludge #include is. The preprocessor in C/C++ is a crutch to make up
for deficiencies in the language.
More information about the Digitalmars-d
mailing list