higher-order function
(HOF) A function that can take one or more functions as arguments and/or return a function as its value.
E.g. map in (map f l) which returns the list of results of applying function f to each of the elements of list l. A curried function is an example of a higher-order function.Last updated: 2018-05-25
Nearby terms:
Higher Education National Software Archive ♦ higher-order function ♦ higher-order macro
Try this search on Wikipedia, Wiktionary, Google, OneLook.
Loading