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.
In contrast, imperative programming changes state with commands in the source code,
No comments:
Post a Comment