User Tools

Site Tools


Sidebar

Welcome to DIDO WIKI

dido:public:ra:xapend:xapend.a_glossary:f:functionalprogramming

Functional Programming

Return to Glossary

FunctionalProgramming (also called FP) is a way of thinking about software construction by creating pure functions. It avoid concepts of shared state, mutable data observed in Object Oriented Programming.

Functional languages emphasizes on expressions and declarations rather than execution of statements. Therefore, unlike other procedures which depend on a local or global state, value output in FP depends only on the arguments passed to the function.

Source: https://www.guru99.com/functional-programming-tutorial.html

dido/public/ra/xapend/xapend.a_glossary/f/functionalprogramming.txt · Last modified: 2021/10/03 23:11 by 51.222.253.1
Translations of this page: