On Tuesday, 4 February 2014 at 22:53:30 UTC, Andrej Mitrovic wrote:
D is the tersest language around, just observe how I can make
functions returning functions with ease:

void main()
{
    (() => (){})()();
}

Nice. Can you create a pull request for that?

Reply via email to