ElixirConf 2016 - Elixir in Elixir by Jay Hayes

Elixir in Elixir by Jay Hayes “Programs that write programs are called metaprograms. They occupy the space between your problem and its solution. When used haphazardly the results can be confusing and cryptic. But when used wisely, they simplify that space and make it possible to solve hard problems in elegant ways. Elixir embraces metaprogramming. In fact, it’s fundamental to the implementation of the language itself. This talk will answer questions for you such as: When should I write a macro? What is quo
Back to Top