In the second part of this series, we learn about anonymous functions, closures and impure functions!
Tag Archives: Elixir
Elixir notes Appendix – IEx
When you start to use Elixir, one of the first thing that you use or see people using is IEx, let’s understand its main features and how it can help you.
Elixir Notes I – Pattern Matching
When you came across Elixir, one of the first things that you’ll hear about is the famous “Pattern Matching” and Elixir’s match operator, this is not a coincidence since many things in Elixir/Erlang are built around it.