Live data from Hacker News

4 forgotten code constructs: time to revisit the past?

medium.com

1–4 of 4 posts

Re: 4 forgotten code constructs: time to revisit the past?

#3
post #2

#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."