Create Currying.md

This commit is contained in:
Angelos Chalaris
2018-07-24 13:12:29 +03:00
committed by GitHub
parent 0886b410c4
commit 58fc8a8f38

4
glossary/Currying.md Normal file
View File

@ -0,0 +1,4 @@
### Currying
Currying is a way of constructing functions that allows partial application of a function's arguments.
Practically, this means that a function is broken down into a series of functions, each one accepting part of the arguments.