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.