Skip to content

Higher order functions

Kyle Knoepfel edited this page May 9, 2023 · 8 revisions

The Wikipedia definition of a higher-order function is:

A function that does at least one of the following:

  • takes one or more functions as arguments, which is a parameter of a procedure that is itself a procedure,
  • returns a function as its result.
Clone this wiki locally