Support The 8-Bit Guy on Patreon:https://www.patreon.com/8BitGuy1Visit my website:http://www.the8bitguy.com/Order your Commander X16 here:https://texelec.com...
@irdc@feoh All programmers need to learn recursion and fully understand it so when they encounter it in the wild they can properly analyze what it is doing and replace it with non-recursive code.
@irdc @feoh All programmers need to learn recursion and fully understand it so when they encounter it in the wild they can properly analyze what it is doing and replace it with non-recursive code.
A non-recursive recursive descent parser isn’t any easier to reason about.