Functions as First-Class Citizens
Learn about functions as first-class citizens.
We'll cover the following...
What are first-class citizens?
Upon hearing the term first-class citizens, it may seem like some functions are flying first class to Europe. However, when we say that functions are first-class citizens in programming, we mean that they are like any other value. It’s an important feature that came from lambda calculus.
In Elixir, functions are values of type ...