Comment on The 8-bit Guy - My Dream Computer is Finally on Sale! (Commander X16 update)
richard_merren@mastodon.social 1 year ago@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@derp.foo 1 year ago
A non-recursive recursive descent parser isn’t any easier to reason about.