axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] Re: [Axiom-mail] [Axiom-mail] Lexicographic order


From: Martin Rubey
Subject: Re: [Axiom-developer] Re: [Axiom-mail] [Axiom-mail] Lexicographic order
Date: Tue, 30 Aug 2005 11:23:16 +0200

 > 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.

Although this is not a nice way for Axiom to fail, two questions:

* is this an instance of tail-recursion?

* what result would you expect?

Martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]