Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Introducing Elixir: Getting Started in Functional Programming

Posted By: AlenMiler
Introducing Elixir: Getting Started in Functional Programming

Introducing Elixir: Getting Started in Functional Programming by Simon St. Laurent
English | 31 Jan. 2017 | ISBN: 1491956771 | 237 Pages | AZW3/MOBI/EPUB/PDF (conv) | 7.86 MB

Smooth, powerful, and small, the Elixir programming language is an excellent place for newcomers to learn about functional programming. This book shows readers how Elixir combines the robust functional programming of Erlang with an approach that looks more like Ruby. Readers will learn how Elixir simplifies some of Erlang's odder corners and reaches toward metaprogramming with powerful macro features. Introducing Elixer is ideal for developers new to programming as well as experienced developers who want to move into functional programming. Get comfortable with IEx, Elixir's command line interface Become familiar with Elixir's basic structures by working with numbers Discover atoms, pattern matching, and guards: the foundations of your program structure Delve into the heart of Elixir processing with recursion, strings, lists, and higher-order functions Create processes, send messages among them, and apply pattern matching to incoming messages Store and manipulate structured data with Erlang Term Storage (ETS) and the Mnesia database Build resilient applications with the Open Telecom Platform (OTP) Define macros with Elixir's meta-programming tools