in reply to Re: Tail Recursion in Perl
in thread Tail Recursion in Perl
Pray tell, how could you change it? (The recursion limit that is)
And you say that perl is stackless in the 'stackless python' sense, so am I to assume that Perl's stack is not tied to the 'C' stack?
I suppose too that stackless python maybe wasnt the best example since its unlimited recursion does not mean 'efficient' recursion.
-stvn
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Tail Recursion in Perl
by Anonymous Monk on Dec 31, 2003 at 22:39 UTC |