Prázdny
0,00 €
 
-2 %
Metaprogramming Elixir

Metaprogramming Elixir

Autor:
|
Vydavateľstvo:
Dátum vydania: 01.02.2016
Write code that writes code with Elixir macros. Macros make metaprogramming possible and define the language itself. 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. You'll discover how to extend Elixir with your own first-class features, optimize ...
Bežná cena knihy: 21,57 €
Naša cena knihy: 21,14 €
Ušetríte: 2 %
Zasielame: Vypredané
Detaily o knihe
Počet strán: 120
Rozmer: 190x235x8 mm
Hmotnosť: 235 g
Jazyk: Anglicky
EAN: 9781680500417
Rok vydania: 2016
Typ: Paperback
Zákazníci, ktorí si kúpili túto knihu, si kúpili aj...
The Nature of Middle-Earth
autor neuvedený
38,44 €
Diety při onemocnění dnou
Karel Pavelka; Jaroslav Hejzlar
0,00 €
Ya pumnyu, lubimaya, pomnu …
Jesenin Sergej
9,35 €
Sloh pro 6. - 9. ročník ZŠ
Fucimanová Milena
7,31 €
The Buried Giant
Ishiguro Kazuo
24,39 €
Moja mama povedala a mala pravdu
Jasenovcová Adela
15,00 €
Kočky nejsou vůbec pro kočku
Bairdová Ortolja Alexandra
9,05 €
O knihe
Write code that writes code with Elixir macros. Macros make metaprogramming possible and define the language itself. 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. 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. Maybe you've played with the basics or written a few macros. 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 out how macros interact with Elixir's abstract format. Then you'll extend Elixir with your own first-class features, write a testing framework, and discover how Elixir treats source code as building blocks, rather than rote lines of instructions. You'll continue your journey by using advanced code generation to create essential libraries in strikingly few lines of code. Finally, you'll create domain-specific languages and learn when and where to apply your skills effectively. When you're done, you will have mastered metaprogramming, gained insights into Elixir's internals, and have the confidence to leverage macros to their full potential in your own projects.