Skip to content

Commit 4ece38c

Browse files
authored
Merge pull request #4061 from shaedrich/functional-programming
Add related to topic "Functional programming"
2 parents 224ce75 + 57fc19b commit 4ece38c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

topics/functional-programming/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ display_name: Functional programming
33
short_description: Functional programming is a programming paradigm where programs are constructed by applying and composing functions.
44
topic: functional-programming
55
wikipedia_url: https://en.wikipedia.org/wiki/Functional_programming
6+
related: oop, declarative-programming, procedural-programming, event-driven-programming
67
---
78

8-
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.
9+
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.

0 commit comments

Comments
 (0)