in reply to Re^9: Specializing Functions with Currying
in thread Specializing Functions with Currying
That said, you can manually do tail-recursion in Perl with goto. Unfortunately it is not as efficient as it should be, and I'm not entirely sure why.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^11: Specializing Functions with Currying
by stvn (Monsignor) on Aug 07, 2004 at 00:06 UTC |