• xigoi
    link
    fedilink
    110 months ago

    There are so many ways to get the same basic logic loop done

    This also applies to C.

      • xigoi
        link
        fedilink
        110 months ago

        C has for, while, do-while, goto and recursion.

        How exactly are rescue, inlined conditionals and optionals used for creating loops? Also Ruby’s for and while do different things, unlike for and while in C.