Does D have too many features?

Andrej Mitrovic andrej.mitrovich at gmail.com
Sun Apr 29 13:16:07 PDT 2012


On 4/29/12, Alex Rønne Petersen <xtzgzorex at gmail.com> wrote:
> Next up is the issue of op-assign operations. In D, you can't do:
>
> obj.foo += 1;
> obj.foo++;
>
> while in C#, you can (it results in a get -> add 1 -> set and get -> inc
> -> set, etc).

It's great to see another (successful) language implemented this. Do
we have a proposal open for this somewhere?


More information about the Digitalmars-d mailing list