root wrote:

Actually, tail recursion is supported automatically.

I tried the following and ran out of stack space:

loop : INT -> INT

loop (n) == loop (n)

loop (1)

  >> System error:
  Invocation history stack overflow.


Is there a way to turn off the invocation history?

--
Jens Axel Søgaard





_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to