4 forgotten code constructs: time to revisit the past?
1–4 of 4 posts
Re: 4 forgotten code constructs: time to revisit the past?
#2#4 is "recursion"? WTF? I think folks who program in most tail-recursive languages would be surprised to hear that...
Re: 4 forgotten code constructs: time to revisit the past?
#3#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."
Re: 4 forgotten code constructs: time to revisit the past?
#4Note 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.