Carmack about static analysis

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Sat Dec 24 12:04:05 PST 2011


On 12/24/11 9:45 AM, Jakob Ovrum wrote:
> On Saturday, 24 December 2011 at 15:33:04 UTC, Andrei Alexandrescu wrote:
>> Anyhow, is there anything you have in mind that we have the chance of
>> improving at this point?
>>
>>
>> Thanks,
>>
>> Andrei
>
> For one, we should follow up on:
>
> foo!(a => a * 2)(bar);
>
> vs.
>
> foo!((a) { return a * 2; })(bar);

OK.

Andrei


More information about the Digitalmars-d mailing list