Functional Programming

What it is? what its all about? Here is one of the concepts I’ve found: In computer science, functional programming is a programming paradigm—a style of building the structure and elements of computer programs—that treats computation as the evaluation of mathematical functions and avoids changing-state and mutable data. It is a declarative programming paradigm, which…

Read more Functional Programming