Introducing Elixir e-bog
139,89 DKK
(inkl. moms 174,86 DKK)
Smooth, powerful, and small, Elixir is an excellent language for learning functional programming, and with this hands-on introduction, youll discover just how powerful Elixir can be. Authors Simon St. Laurent and J. David Eisenberg show you how Elixir combines the robust functional programming of Erlang with an approach that looks more like Ruby, and includes powerful macro features for metapro...
E-bog
139,89 DKK
Forlag
O'Reilly Media
Udgivet
22 december 2016
Længde
248 sider
Genrer
Information technology: general topics
Sprog
English
Format
epub
Beskyttelse
LCP
ISBN
9781491956854
Smooth, powerful, and small, Elixir is an excellent language for learning functional programming, and with this hands-on introduction, youll discover just how powerful Elixir can be. Authors Simon St. Laurent and J. David Eisenberg show you how Elixir combines the robust functional programming of Erlang with an approach that looks more like Ruby, and includes powerful macro features for metaprogramming.Updated to cover Elixir 1.4, the second edition of this practical book helps you write simple Elixir programs by teaching one skill at a time. Once you pick up pattern matching, process-oriented programming, and other concepts, youll understand why Elixir makes it easier to build concurrent and resilient programs that scale up and down with ease.Get comfortable with IEx, Elixirs command line interfaceLearn Elixirs basic structures by working with numbersDiscover atoms, pattern matching, and guards: the foundations of your program structureDelve into the heart of Elixir processing with recursion, strings, lists, and higher-order functionsCreate Elixir processes and send messages among themStore and manipulate structured data with Erlang Term Storage and the Mnesia databaseBuild resilient applications with the Open Telecom Platform