Am 5 Apr 2007 um 10:35 hat sen1 at math.msu.edu geschrieben:
> Hello,
> On some simple procedures, I get a 'bind stack overflow'.
Sheldon,
I guess, you are using a recursive algorithm. Translating to Lisp and/or compiling helps a lot
to increase the number of possible iterations, but at a certain amount you'll get this message
again. If your algorithm needs thousands of iterations you better should look for
nonrecursive code.
Volker