Higher-Order Functions: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 December 2023

  • curprev 14:1814:18, 3 December 2023Elixirfan talk contribs 2,368 bytes +2,368 Created page with "== Higher-Order Functions == '''Higher-Order Functions''' are an essential feature of the Elixir programming language. In Elixir, functions are first-class citizens, which means they can be assigned to variables, passed as arguments to other functions, and even returned as values from functions. This capability allows the creation of higher-order functions. === Definition === A '''higher-order function''' is a function that takes one or..."