Knowing how to create domain-specific languages (DSLs) can give you a huge productivity boost. Instead of writing code in a …
Write code that writes code with Elixir macros. Macros make metaprogramming possible and define the language itself. In this book, …