News

A properly tail-call-optimized recursive function is mostly equivalent to an iterative loop at the machine code level. Another consideration is that iterative loops require destructive state ...
For this article, I thought it would be beneficial to go back to some basics of shell scripting and look at how functions work ... Credit to Kamaraj Subramanian for his iterative Hanoi script and ...