Functional programming is based on mathematical functions. Some of the popular functional programming languages include: Lisp, Python, Erlang, Haskell, Clojure , etc. Pure Functional Languages − These types of functional languages support only the functional paradigms. For example − Haskell.
Read moreWhat is functional programming good for?
Advantages Of Functional Programming It helps us to solve problems effectively in a simpler way . It improves modularity. It allows us to implement lambda calculus in our program to solve complex problems. Some programming languages support nested functions which improve maintainability of the code.
Read more