Currently for
loops behave like “repeated let
” — they’re exactly like let
blocks but with a backwards branch. So continuing to treat them the same feels like fewer special cases to me.
6 Likes
Currently for
loops behave like “repeated let
” — they’re exactly like let
blocks but with a backwards branch. So continuing to treat them the same feels like fewer special cases to me.