Article about problems & suggestions for D 2.0
kennytm
kennytm at gmail.com
Sun Aug 28 20:44:44 PDT 2011
Andrei Alexandrescu <SeeWebsiteForEmail at erdani.org> wrote:
> On 8/27/11 12:14 PM, Benjamin Thaut wrote:
>> After having used the D 2.0 programming language for a year now and
>> having completed 3 projects with it, I wrote a small article about the
>> problems I had with the D 2.0 programming language and what suggestions
>> I have to improve it.
>>
>> http://3d.benjamin-thaut.de/?p=18
>
> On reddit:
>
> http://www.reddit.com/r/programming/comments/jwkvx/suggestions_for_the_d_20_programming_language/
>
>
> Andrei
On the pattern matching syntax for templates in the comments -- Sigh, the
spec gotta advertise this valid syntax in the operator overloading page
more:
Foo opBinary(string op:"+")(...) { ... }
More information about the Digitalmars-d
mailing list