Hacker News new | ask | show | jobs
by brundolf 1081 days ago
For a loop to do something useful it has to have side-effects[1], and side-effects are what functional programmers want to avoid

[1] At the very least, on variables outside of itself