[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.
- Tail call elimination,
Pete Dietl <=
- Re: Tail call elimination, Daniel Herring, 2020/05/11
- Re: Tail call elimination, Paul Smith, 2020/05/11
- Re: Tail call elimination, Pete Dietl, 2020/05/11
- Re: Tail call elimination, Pete Dietl, 2020/05/11
- Re: Tail call elimination, Jouke Witteveen, 2020/05/13
- Re: Tail call elimination, Pete Dietl, 2020/05/18
- Re: Tail call elimination, Tim Murphy, 2020/05/18
- Re: Tail call elimination, Pete Dietl, 2020/05/18