• cvttsd2si@programming.dev
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    6 months ago

    When doing functional programming, you can’t really do loops (because of referential transparency, you can’t update iterators or indices). However, recursion still works.