http://www.perlmonks.org?node_id=805000


in reply to Re^2: Re (tilly) 4: Paradigm Shift - when to use goto
in thread Paradigm Shift - Don't use strict

Tail-call recursion simulation with goto in perl is pretty slow. See Pure Perl tail call optimization. It's supposed to be better optimized (don't know if it is yet) in Perl 6.
  • Comment on Re^3: Re (tilly) 4: Paradigm Shift - when to use goto