in reply to Re^3: Tail recursion elimination
in thread Tail recursion elimination

jdporter
Isn't that the same thing? in a stack discipline re-using a stack frame just means popping a frame and then pushing one.
Bill H
perl -e 'print sub { "Hello @{[shift]}!\n" }->("World")'