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

Thanks for the link!
The topic has some history obviously.

Update:
"tail recursion elimination", yeah, I guess I kind of made that up, I meant something like "elimination of the stack overhead of tail recursion".

Bill H
perl -e 'print sub { "Hello @{[shift]}!\n" }->("World")'