Metaprogramming Elixir McCord Chris
Metaprogramming Elixir McCord Chris Write code that writes code with Elixir macros. In this book, you'll learn how to use macros to extend the language with fast, maintainable code and share…
Specifikacia Metaprogramming Elixir McCord Chris
Metaprogramming Elixir McCord Chris
Write code that writes code with Elixir macros. In this book, you'll learn how to use macros to extend the language with fast, maintainable code and share functionality in ways you never thought possible. Macros make metaprogramming possible and define the language itself.
Maybe you've played with the basics or written a few macros. You'll discover how to extend Elixir with your own first-class features, optimize performance, and create domain-specific languages.Metaprogramming is one of Elixir's greatest features. Now you want to take it to the next level.
This book is a guided series of metaprogramming tutorials that take you step by step to metaprogramming mastery. You'll extend Elixir with powerful features and write faster, more maintainable programs in ways unmatched by other languages.You'll start with the basics of Elixir's metaprogramming system and find