Does D have too many features?

Jacob Carlborg doob at me.com
Mon Apr 30 00:06:07 PDT 2012


On 2012-04-29 22:16, 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 think someone started to work on this. I have no idea what happened to 
it though.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list