Correct me if I’m wrong (It’s been a few years since my last comp sci course) but aren’t while loops in most languages just synaptic sugar for recursive functions. By which I mean that they compile down to the same code and aren’t functionally much different.






















