in reply to Recurse using goto; Bug?
That's interesting. In neither place do I find a terminating condition for the recursion so, theoretically, they both should run forever.
I have a separate question -- if you're going to use tail-recursion, anyway, why don't you just use iteration? If I understand things, correctly, you can only do tail-recursion with the 'goto &label' method.
Update: I added some clarification.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Recurse using goto; Bug?
by ikegami (Patriarch) on Jul 18, 2008 at 22:05 UTC | |
by wade (Pilgrim) on Jul 18, 2008 at 22:24 UTC |