• Richard@mastodon.social
    link
    fedilink
    arrow-up
    5
    arrow-down
    2
    ·
    8 months 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
      link
      fedilink
      arrow-up
      2
      ·
      8 months ago

      A non-recursive recursive descent parser isn’t any easier to reason about.