Hacker News new | ask | show | jobs
by lamerose 919 days ago
Elm can do iterative recursion, which is a thinly disguised loop without side effects.
1 comments

I googled "iterative recursion " and couldn't find a definition. So is it judt iteration? And then, what languages don't have iteration?