bug-make
[Top][All Lists]
Advanced

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

Tail call elimination


From: Pete Dietl
Subject: Tail call elimination
Date: Mon, 11 May 2020 14:01:26 -0500

What do you all think about me attempting to implementing tail call elimination for recursive make functions? This combined with the proposed (let) construct would be rather powerful.

I did the first 10 exercises in Advent of Code 2019 in Make. but ran into problems with blowing the stack from recursion.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]