reddit discussion about Go turns to D again
Nick Sabalausky
a at a.a
Mon May 16 13:56:10 PDT 2011
"Matthew Ong" <ongbp at yahoo.com> wrote in message
news:iqr858$1eqa$1 at digitalmars.com...
> On 5/15/2011 5:56 PM, Timon Gehr wrote:
>>
>> I think D has difficulties getting new users, although it is superior to
>> any
>> programming language I know in almost every way.
>>
> Yes. D has far more syntax and well above Java & I think even C#.
>
Oh absolutely. Just try to do this in C#:
T add(T)(T a, T b)
{
return a+b;
}
Not even *possible* to make templated arithmetic work in C#.
More information about the Digitalmars-d
mailing list