Idiotmatic D

Brian Schott briancschott at gmail.com
Tue Feb 4 15:04:28 PST 2014


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?


More information about the Digitalmars-d mailing list