Jump to content

Functional programming

From Simple English Wikipedia, the free encyclopedia
Revision as of 11:37, 8 December 2022 by MathXplore (talk | changes) (Reverted edits by 64.43.50.3 (talk) to last version by MathXplore)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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

References

[change | change source]
  1. "What is Functional Programming? - Definition from Techopedia". Techopedia.com. Retrieved 2019-05-26.
  2. "functional programming - Pros. / Cons. of Immutability vs. Mutability". Stack Overflow. Retrieved 2019-05-26.