On Tue, Oct 1, 2013 at 11:36 AM, rusi <[email protected]> wrote: >> (But I do sometimes yearn for a goto.) > > Ha! In Scheme, a tail call IS a goto with parameter re-assignment
Precisely. In fact, tail call optimization basically consists of that exact rewrite. I'm absolutely fine with it being completely explicit. ChrisA -- https://mail.python.org/mailman/listinfo/python-list
