On 07/22/2014 12:10 AM, bearophile wrote:


Except for the fact that it has bounded stack size which is a useful
property by itself and not only for tailrecursive functions.

Yes, that's why I have said that a @continuation is a more general
solution than @tailrec.

Bye,
bearophile

(Continuations and a tail calls are not the same kind of thing.)

http://en.wikipedia.org/wiki/Continuation#First-class_continuations
http://en.wikipedia.org/wiki/Delimited_continuation

http://en.wikipedia.org/wiki/Tail_call

Reply via email to