Short list with things to finish for D2

Chad J chadjoan at __spam.is.bad__gmail.com
Thu Nov 19 02:55:22 PST 2009


Andrei Alexandrescu wrote:
> ...
> Any more thoughts, please let them known. ...
> 
> 
> Andrei

I like what I'm reading.  Pretty clever!

I imagine it'd be convenient to easily distinguish between pure binary
operators and opAssign binary operators.  I can easily envision myself
marking operator overloads such as + and * as pure to gain a performance
boost.  Overloads like += and *= OTOH, often cannot be marked as pure.

- Chad



More information about the Digitalmars-d mailing list