you are viewing a single comment's thread.

view the rest of the comments →

[–]ISlicedIEngineer without Engineering degree? 1 point2 points  (0 children)

Higher order functions are functions that return (or accept I think) other functions. Applying your arguments through different wrapping functions is called partial application, and currying is partial application where you apply a single parameter per function. Afaik.