|
|
|
|
|
by zelphirkalt
2318 days ago
|
|
I don't think it's necessarily more difficult to read, especially with the mindset of the "recursion goblins" mentioned in another comment here, where one only looks at the current iteration and does not care about, where input argument comes from.
But of course, if what one wants to do can be expressed using map and filter and such, why write some recursive procedure. |
|