in reply to Re: No recursion depth limit?
in thread No recursion depth limit?
Recursion along with memo-ization allows clean, readable, maintainable code. Recursion has it's place in the tool-box of any professional programmer worthy of the name (and pay).
The fact that you can pose a problem large enough to cause your recursion depth to go to the point that you exhaust your computer's resources is an indicator that you need a better computer.
Or perhaps you are confusing recursion with 'fork-bomb'.
----
I Go Back to Sleep, Now.
OGB
|
---|