Hacker News new | ask | show | jobs
by SkyMarshal 5832 days ago
That's what I assumed when I upvoted him. Recursion & lambda ftw.
1 comments

Indeed, I was aiming at recursion. (Though I mostly use combinators like foldr instead of naked recursion.)

On the other hand: You can see loops as a special case of recursion. Though I like languages that don't treat this special case as a special case.