"bearophile" <[email protected]> wrote in message news:[email protected]... >>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#.
