Erlang and Elixir for Imperative Programmers (häftad)
Format
Häftad (Paperback / softback)
Språk
Engelska
Antal sidor
256
Utgivningsdatum
2016-11-30
Upplaga
1st ed.
Förlag
APress
Illustratör/Fotograf
Bibliographie
Illustrationer
43 Illustrations, color; 33 Illustrations, black and white; XVIII, 256 p. 76 illus., 43 illus. in co
Dimensioner
254 x 178 x 15 mm
Vikt
481 g
Antal komponenter
1
Komponenter
1 Paperback / softback
ISBN
9781484223932

Erlang and Elixir for Imperative Programmers

Häftad,  Engelska, 2016-11-30
561
  • Skickas från oss inom 7-10 vardagar.
  • Fri frakt över 249 kr för privatkunder i Sverige.
Finns även som
Visa alla 1 format & utgåvor
Learn and understand Erlang and Elixir and develop a working knowledge of the concepts of functional programming that underpin them. This book takes the author's experience of taking on a project that required functional programming and real-time systems, breaks it down, and organizes it. You will get the necessary knowledge about differences to the languages you know, where to start, and where to go next. Have you been told by your customer or manager that they heard good things about Erlang, you should use it for the next project? Never had to deal with functional programming or real-time systems? In 2014, the author, Wolfgang Loder, developed a repository for digital assets that had to deliver those assets in binary form quickly and reliably, being able to deal with at least hundreds of requests per second. Since he could decide the architecture and software stack of the solution, he immediately thought of Erlang and its libraries and started to evaluate this option. It was not long after that he discovered Elixir, which sits on top of the Erlang virtual machine and has features more palatable for non-functional programmers, although it is a functional programming language itself. Erlang and Elixir for Imperative Programmers gives you a basis for deciding whether the effort is viable for your next project. This book is partly a tale of the author's own experience and partly a description of the bigger and more subtle differences between Erlang/Elixir and languages such as C++, Java, and C#. What You'll Learn Discover functional programming, Erlang, and Elixir Work on service design and service features Set up your environment: deployment, development, and production Implement the service including public interface, asset processing, and deployment Use the patterns and concepts found in Erlang including type creation concepts and code structuring. Who This Book Is For Experienced and savvy programmers, coders, and developers new to Erlang and Elixir.
Visa hela texten

Passar bra ihop

  1. Erlang and Elixir for Imperative Programmers
  2. +
  3. Co-Intelligence

De som köpt den här boken har ofta också köpt Co-Intelligence av Ethan Mollick (häftad).

Köp båda 2 för 751 kr

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Fler böcker av Wolfgang Loder

  • Web Applications with Elm

    Wolfgang Loder

    Learn the basics of the Elm platform for web applications. This book covers the language as of version 0.18 and the most important libraries. After reading this book you will have an understanding what Elm can do for you. Also, you will be able to...

Övrig information

Wolfgang Loder is programming software since the 1980s. He successfully rejected all calls for management roles and remained hands-on until now. His journey went from Assembler and C to C++ and Java to C# and F# and JavaScript, from Waterfall To Agile, from Imperative to Declarative and other paradigm changes too many to list and remember. Most of his career Wolfgang was a contracting 'Enterprise Developer', so the introduction of 'new' languages, frameworks and concepts is very slow in this field. Once he decided to develop his own products he was free of such constraints and ventured into all sorts of paradigms, be it NoSQL or functional and evaluating all the latest ideas, crazy or not. In other words, he has fun developing software. Wolfgang was born in Vienna, Austria and lives in the UK and Kenya.

Innehållsförteckning

Part 1: Before we start Chapter 1: Imperative vs. Functional ProgrammingChapter 2: From Erlang to ElixirChapter 3: Setting your Mind Part 2: The Service Chapter 4: Service Overview and DesignChapter 5: Service Features Part 3: The Setup Chapter 6: Environment and DeploymentChapter 7: Development SetupChapter 8: Production Setup Part 4: Implementing the Service Chapter 9: OverviewChapter 10: Public InterfaceChapter 11: Asset ProcessingChapter 12: Deployment Part 5: Patterns and Concepts Chapter 13: Overview Patterns and ConceptsChapter 14: Functional ConceptsChapter 15: Type Creation ConceptsChapter 16: Code Structuring Concepts Where to go from here? Appendix A: ModelingAppendix B: ResourcesAppendix C: Features-Framework-Concepts MatrixAppendix D: Quick Guide to Erlang and Elixir