Does D have too many features?
Alex Rønne Petersen
xtzgzorex at gmail.com
Sun Apr 29 14:09:21 PDT 2012
On 29-04-2012 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?
AFAIK no.
--
- Alex
More information about the Digitalmars-d
mailing list