aliases:
tags:
- Type/Tech
- area/tech/dev
- proto
from:
- "[[Programming Paradigm]]"
related:
contra:
to:
dateCreated: 2021-10-25, 17:33
dateModified: 2024-01-02, 12:53
version: 1
publish: true
In computer science, Functional Programming is a programming paradigm where programs are constructed by applying and composing functions. It is a declarative programming paradigm in which function definitions are trees of expressions that map values to other values, rather than a sequence of imperative statements which update the running state of the program. | |
---|---|
wikipedia:: Functional programming |