All public logs

Jump to navigation Jump to search

Combined display of all available logs of Elixir Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:18, 3 December 2023 Elixirfan talk contribs created page Higher-Order Functions (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...")