Hello .NET, D Here Calling

Nick Sabalausky a at a.a
Mon Dec 22 19:26:12 PST 2008


"bearophile" <bearophileHUGS at lycos.com> wrote in message 
news:gip4o7$1pqj$1 at digitalmars.com...
>>Advanced generative and metaprogramming capabilities for starters.<
>
> Uhmmmm... So far I don't see much advantages of using D# over C#. In C# 
> you even have advanced (and recently easy enough to use too) ways to even 
> generate code at run time. So I am not convinced yet.
>

T foo(T)(T a, T b, T c)
{
    return (a * b) + c;
}

Try doing that in C#. 





More information about the Digitalmars-d mailing list