add glossary/Functional-programming

This commit is contained in:
Stefan Feješ
2018-07-17 10:43:25 +02:00
parent b2896cdd2e
commit 9d3a7ed47f

View File

@ -0,0 +1,3 @@
### Functional programming
Functional programming is a paradigm in which programs are built in a declarative manner using pure functions that avoid shared state and mutable data. Functions that always return the same value for the same input and don't produce side effects are the pillar of functional programming.