lua-users home
lua-l archive

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


The calling depth difference is not >10 but rather <2. I pasted the code
in the wrong test program and by mistake trained my version and not the
other. Twice the depth is ok, and all this can be fixed if I use
iterative deepening of the function call value. All this depending on
the existence of an upper bound on the number of calls needed to compute
a function value.

MvH Dan Andersson