diff --git a/glossary/Currying.md b/glossary/Currying.md new file mode 100644 index 000000000..d401afdb3 --- /dev/null +++ b/glossary/Currying.md @@ -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.