Functional programming


Functional programming is a programming paradigm where values are passed around into functions, and those functions are themselves values. Functional programmers often try to make large parts of their code referentially transparent.

References


Uses material from the Wikipedia article Functional programming, released under the CC BY-SA 4.0 license.