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, AndreiFor one, we should follow up on: foo!(a => a * 2)(bar); vs. foo!((a) { return a * 2; })(bar);
OK. Andrei