On Elixir Metaprogramming (opens in new tab)
From Bits of Code - Pieces of Writing: Metaprogramming is a scary word: it sounds like voodoo for programmers, and in some manners it is. It is used by most popular Elixir libraries and as I leveled up as an Elixir programmer, I needed to understand how it worked under the hood.
Read the original article