6 ms·
This is a problem in most imperative-paradigm languages, unfortunately. The issue is in the semantics of the `for` loop, which make everything confusing both f
by jayferd 13y ago
This is a problem in most imperative-paradigm languages, unfortunately. The issue is in the semantics of the `for` loop, which make everything confusing both for the programmer and the compiler.
- 10098 13y agoI think the issue is that you don't know what's going to happen when you call an arbitrary function.