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.