Eliminating Tail Calls in Python Using Exceptions

Win-Vector Blog 2019-08-23

Summary:

I was working through Kyle Miller‘s excellent note: “Tail call recursion in Python”, and decided to experiment with variations of the techniques. The idea is: one may want to eliminate use of the Python language call-stack in the case of a “tail calls” (a function call where the result is not used by the calling … Continue reading Eliminating Tail Calls in Python Using Exceptions

Link:

http://www.win-vector.com/blog/2019/08/eliminating-tail-calls-in-python-using-exceptions/

From feeds:

Statistics and Visualization » Win-Vector Blog

Tags:

calls

Authors:

John Mount

Date tagged:

08/23/2019, 02:03

Date published:

08/22/2019, 20:39