3 comments

[ 2.7 ms ] story [ 20.8 ms ] thread
#4 is "recursion"? WTF? I think folks who program in most tail-recursive languages would be surprised to hear that...
From TFA:

"Functional programmers love recursion. Some functional programming languages such as Haskell even downright force you to use it, but the truth is that recursion is not natural outside of that world."

Note to self: articles whose title consists of a count plus a property are usually click bait and are not worth reading. This is an example.