C++ Ranges proposal for the Standard Library

Timon Gehr via Digitalmars-d digitalmars-d at puremagic.com
Mon Oct 20 09:55:37 PDT 2014


On 10/18/2014 07:30 PM, Walter Bright wrote:
>
> Also, the glue layer rewrites "for" loops into "goto" loops, as gotos
> are more powerful and foundational :-)

Well, not really. It rewrites "for" loops into "goto" loops because 
that's the only control flow construct implemented by the hardware.


More information about the Digitalmars-d mailing list