![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re^3: Re (tilly) 4: Paradigm Shift - when to use gotoby runrig (Abbot) |
on Nov 04, 2009 at 17:28 UTC ( [id://805000]=note: print w/replies, xml ) | Need Help?? |
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.
In Section
Meditations
|
|