Blog post: What D got wrong

Atila Neves atila.neves at gmail.com
Sat Dec 15 19:53:06 UTC 2018


On Saturday, 15 December 2018 at 02:16:36 UTC, Nathan S. wrote:
> On Thursday, 13 December 2018 at 10:14:45 UTC, Atila Neves 
> wrote:
>> My impression is that it's a consensus that it _should_, but 
>> it's not going to happen due to breaking existing code.
>
> I think it would be a bad idea for `immutable` because more 
> often than not it would need to be turned off.

Not the case in Rust, not the case in how I write D. TBH it's not 
such a big deal because something has to be typed, I just default 
to const now anyway instead of auto. @safe and pure though...




More information about the Digitalmars-d-announce mailing list