文件名称:Programming Elixir
文件大小:3.6MB
文件格式:PDF
更新时间:2020-10-31 15:15:12
Elixir, programming
As a developer, you’ve probably heard that functional programming techniques help manage the complexities of today’s real-world, concurrent systems. You’re also investigating designs that help you maximize uptime and manage security., This book is your guide to Elixir, a modern, functional, and concurrent programming language. Because Elixir runs on the Erlang VM, and uses the underlying Erlang/OTP architecture, it benefits from almost 20 years of research into high performance, highly parallel, and seriously robust applications. Elixir brings a lot that’s new: a modern, Ruby-like, extendable syntax, compile and runtime evaluation, a hygienic macro system, and more., But, just as importantly, Elixir brings a sense of enjoyment to parallel, functional programming. Your applications become fun to work with, and the language encourages you to experiment., Part 1 covers the basics of writing sequential Elixir programs. We’ll look at the language, the tools, and the conventions., Part 2 uses these skills to start writing concurrent code—applications that use all the cores on your machine, or all the machines on your network! And we do it both with and without OTP., And Part 3 looks at the more advanced features of the language, from DSLs and code generation to extending the syntax., By the end of this book, you’ll understand Elixir, and know how to apply it to solve your complex, modern problems.