Idiotmatic D

Timon Gehr timon.gehr at gmx.ch
Thu Feb 6 14:55:18 PST 2014


On 02/04/2014 11:52 PM, Andrej Mitrovic wrote:
> D is the tersest language around, just observe how I can make
> functions returning functions with ease:
>
> void main()
> {
>      (() => (){})()();
> }

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



More information about the Digitalmars-d mailing list