Y
Hacker News
new
|
ask
|
show
|
jobs
by
the_gipsy
923 days ago
Elm doesn't have loops, just fold/map.
1 comments
lamerose
923 days ago
Elm can do iterative recursion, which is a thinly disguised loop without side effects.
link
the_gipsy
919 days ago
I googled "iterative recursion " and couldn't find a definition. So is it judt iteration? And then, what languages don't have iteration?
link