Download Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), by Chris McCord
Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), By Chris McCord. A job could obligate you to consistently enrich the understanding and experience. When you have no sufficient time to improve it directly, you can get the encounter and expertise from reviewing the book. As everybody knows, publication Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), By Chris McCord is preferred as the home window to open up the world. It means that checking out book Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), By Chris McCord will certainly give you a brand-new means to find every little thing that you need. As guide that we will certainly provide right here, Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), By Chris McCord
Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), by Chris McCord
Download Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), by Chris McCord
Why should wait for some days to obtain or receive guide Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), By Chris McCord that you buy? Why should you take it if you can obtain Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), By Chris McCord the quicker one? You could locate the same book that you get right here. This is it the book Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), By Chris McCord that you can get directly after purchasing. This Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), By Chris McCord is popular book in the world, certainly many people will aim to own it. Why do not you end up being the very first? Still confused with the means?
Below, we have numerous e-book Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), By Chris McCord as well as collections to review. We additionally offer variant types and also kinds of the publications to search. The enjoyable publication, fiction, past history, unique, science, as well as other kinds of e-books are readily available right here. As this Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), By Chris McCord, it ends up being one of the favored book Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), By Chris McCord collections that we have. This is why you are in the right site to see the incredible publications to have.
It won't take more time to obtain this Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), By Chris McCord It will not take even more cash to publish this e-book Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), By Chris McCord Nowadays, individuals have been so smart to make use of the modern technology. Why do not you utilize your gadget or various other device to save this downloaded and install soft documents book Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), By Chris McCord In this manner will let you to always be come with by this e-book Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), By Chris McCord Of training course, it will be the best buddy if you read this e-book Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), By Chris McCord till finished.
Be the first to obtain this book now and also get all reasons you should read this Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), By Chris McCord Guide Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), By Chris McCord is not only for your duties or requirement in your life. Publications will certainly constantly be a buddy in each time you check out. Now, let the others understand about this page. You can take the advantages and also discuss it likewise for your buddies as well as individuals around you. By in this manner, you can actually get the significance of this e-book Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), By Chris McCord beneficially. What do you consider our concept here?
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.
- Sales Rank: #261827 in Books
- Published on: 2015-02-08
- Original language: English
- Number of items: 1
- Dimensions: 9.25" h x .27" w x 7.52" l, .0 pounds
- Binding: Paperback
- 120 pages
About the Author
Chris McCord is a programmer with a passion for science and building things. He spends his free time crafting the Phoenix Web Framework, speaking at conferences, and teaching others the tools of the trade. He loves community outreach and helping to grow Elixir's wonderful community.
Most helpful customer reviews
2 of 2 people found the following review helpful.
The best Elixir book for those who know the basics
By Drew Olson
This is, hands down, the best 2nd book on Elixir to pick up (after reading Programming Elixir). After you've learned the basics of the language, this is the ideal guild for going deeper. Chris presents clear, concise examples that guide the reader from beginner to expert in the complex depths of the language. You'll feel capable of writing flexible macros after reading this book (but don't if a function will do). More over, you'll have a new set of skills to use when designing APIs in Elixir.
Disclosure -- I received a free copy of the eBook and was encouraged to write a review if I enjoyed it. And I did!
3 of 3 people found the following review helpful.
Learn from the PROs!
By Costa Michele
The fact that the Elixir language is gaining popularity is a great thing, considering how good it is.
The language itself is around for almost three years now, but only recently books are popping out.
Learning by a guy who uses the language from its very beginning is a very different experience than struggling with books written by Elixir newbies (although experienced in other languages)...
Chris is one of the former guys, having presented Elixir at RailsConf '14.
He's also an experienced Ruby programmer, that's particularly useful from the meta-programming point of view.
In case you are interested on the Erlang/OTP Elixir counterpart, i suggest the Saša Juric (Elixir in Action) book: again learning form an Elixir alpha-geek that was an Erlang aficionado is a real pleasure.
0 of 0 people found the following review helpful.
Great book, Really Advanced Topics
By Amazon Customer
Great book; recommend for advanced Elixir users and not people who are just picking up the language. Much of the macro writing involves manipulating Abstract Syntax Trees, which you most likely won't do unless you are writing a framework or just super skilled at Elixir and have the need to cut down on repetitive code.
Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), by Chris McCord PDF
Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), by Chris McCord EPub
Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), by Chris McCord Doc
Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), by Chris McCord iBooks
Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), by Chris McCord rtf
Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), by Chris McCord Mobipocket
Metaprogramming Elixir: Write Less Code, Get More Done (and Have Fun!), by Chris McCord Kindle
Tidak ada komentar:
Posting Komentar