Vision for the D language - stabilizing complexity?

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Thu Jul 14 13:01:54 PDT 2016


On 7/14/2016 11:49 AM, Steven Schveighoffer wrote:
> In C++, the compiler has to reload x, because it may have changed.

That's right. I learned that the hard way, when the original optimizer would 
assume that x hadn't changed. It broke a surprising amount of code.

It also means that the utility of const in C++ is extremely limited.



More information about the Digitalmars-d mailing list