On 6/7/2013 10:18 PM, Dave McGuire wrote:
On 06/07/2013 11:59 PM, ben wrote:
That is not to say for a quick and dirty program
I'll use it if need be,
but the problem with general recursion is stack overflow and how do you
handle that?
With well-defined exit conditions. ;)
-Dave
Or proper tail-call optimization...
- Josh