What is functional programming?
If you go back in computer history, you’ll find that the second oldest programming language still in use, Lisp, is based on FP. Since then, there have been many more functional languages, and FP has been applied more widely. But even so, if you ask people what FP is, you’ll probably get two widely dissimilar answers.
A bit of trivia
For trivia or history buffs, the oldest programming language still in use is Fortran, which appeared in 1957, a year before Lisp. Quite shortly after Lisp came another long-lived language, COBOL, for business-oriented programming.
Depending on whom you ask, you’ll either learn that it’s a modern, advanced, enlightened approach to programming that leaves every other paradigm behind or that it’s mainly a theoretical thing, with more complications than benefits, that’s practically impossible to implement in the real world. And, as usual, the real answer is not in the extremes...