Hacker News new | ask | show | jobs
by the_gipsy 923 days ago
Elm doesn't have loops, just fold/map.
1 comments

Elm can do iterative recursion, which is a thinly disguised loop without side effects.
I googled "iterative recursion " and couldn't find a definition. So is it judt iteration? And then, what languages don't have iteration?