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 (Repost)

Posted By: nebulae
Introducing Elixir: Getting Started in Functional Programming (Repost)

Simon St. Laurent and J. David Eisenberg, "Introducing Elixir: Getting Started in Functional Programming"
English | ISBN: 1449369995 | 2014 | 210 pages | PDF + EPUB | 2 + 1 MB

Elixir is an excellent language if you want to learn about functional programming, and with this hands-on introduction, you’ll discover just how powerful and fun Elixir can be. This language combines the robust functional programming of Erlang with a syntax similar to Ruby, and includes powerful features for metaprogramming.

This book shows you how to write simple Elixir programs by teaching one skill at a time. Once you pick up pattern matching, process-oriented programming, and other concepts, you’ll understand why Elixir makes it easier to build concurrent and resilient programs that scale up and down with ease.
Get comfortable with IEx, Elixir’s command line interface
Discover atoms, pattern matching, and guards: the foundations of your program structure
Delve into the heart of Elixir 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 and the Mnesia database
Build resilient applications with Erlang’s Open Telecom Platform
Define macros with Elixir’s metaprogramming tools
Download