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.