Functional programming (also called FP) is a way of thinking about software construction by creating pure functions . It avoid concepts of shared state, mutable data observed in Object Oriented Programming. Functional langauges empazies on expressions and declarations rather than execution of statements.19 Şub 2022
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