this post was submitted on 23 Oct 2023
75 points (95.2% liked)
retrocomputing
4097 readers
7 users here now
Discussions on vintage and retrocomputing
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
@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.