Functional
Functional programming is a programming paradigm that focuses on the evaluation of expressions rather than the execution of commands. It is a declarative programming style that emphasizes the use of functions to transform data rather than the use of loops and conditionals. More »