Thread: Wiggly amps
View Single Post
  #14  
Old May 4th 04, 09:23 PM
Robert Ehrlich
external usenet poster
 
Posts: n/a
Default

Don Johnstone wrote:

If you don't put a stop condition in your recursive
loops your stack will collide with your heap and you
will crash :-)


Except if tail recursion is detected and stacking avoided
in this case, then you have an endless loop i.e. you circle
forever :-)