currying - mmedrano9438/peripheral-brain GitHub Wiki
technique used to create a chain of functions, where each function returns another function until the final result is achieved.
It's a way to reduce functions of more than one argument to functions of one arguemnt.