Does D have too many features?

Jesse Phillips jessekphillips+D at gmail.com
Sun Apr 29 21:23:22 PDT 2012


On Sunday, 29 April 2012 at 20:16:16 UTC, Andrej Mitrovic wrote:
> 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?

I believe DIP 4 is the proposal

http://www.prowiki.org/wiki4d/wiki.cgi?LanguageDevel/DIPs

But don't forget to check out DIP 5 too.


More information about the Digitalmars-d mailing list