Hacker News new | ask | show | jobs
by josephcsible 1410 days ago
Tight loops in higher-level languages generally always have yield points/opportunities to break provided by the runtime, even if the loop itself doesn't appear to have any.
1 comments

Seems to me this says more about the programmer than the language.