Iteration without for, foreach or while
Iteration is part of the bread and butter of any programming language, and this is the case in functional programming just as much as in imperative programming, but how is it possible to iterate without
for
,foreach
orwhile
?
Source: Iteration without for, foreach or while, an article by Simen Endsjø.