Is Squeak tail recursive?

Vassili Bykov vassili at objectpeople.com
Fri Jan 29 17:13:25 UTC 1999


>Well, now func: isn't always tail recursive--it depends on whether
>"self" is a Foo or a Bar!


I posted a message on the subject to c.l.s a while ago, it is available
here:

http://www.dejanews.com/getdoc.xp?AN=175406946

Executive summary: 1) "tail recursion" is a misnomer, "tail call" is a more
exact name(your example, Lex, is still tail-callable); 2) it is possible in
Smalltalk; 3) none of the existing Smalltalks do it.

--Vassili





More information about the Squeak-dev mailing list