Python to Scheme to Assembly,
Part 1: Recursion and Named Let

from blog Technical Journal, | ↗ original
In 2001, my favorite programming language was Python. In 2008, my favorite programming language was Scheme. In 2014, my favorite programming language is x64 assembly. For some reason, that progression tends to surprise people. Come on a journey with me. Python In this article, we’re going to consider a very simple toy problem: recursively summing...