[m-users.] Tail recursion optimisation

Zoltan Somogyi zoltan.somogyi at runbox.com
Mon May 18 15:58:38 AEST 2026



On Mon, 18 May 2026 07:56:22 +0200, Volker Wysk <post at volker-wysk.de> wrote:
> My program (which I can't compile
> yet) wouldn't work without the tail recursion optimisation. The stack would
> grow unbounded.

This kind of situation is what the require_tail_recursion pragma was designed for.

Zoltan.


More information about the users mailing list