Skip to content

Short and precise summaries of each chapter along with their exercises.

Notifications You must be signed in to change notification settings

kzq/programming_elixir_exercises

Repository files navigation

ABOUT

Book: Programming Elixir by Dave Thomson

Short and precise summaries of each chapter along with their exercises.

Elixir

Elixir has unleash the power of functional language with bones of Erlang and skin of Ruby. It provides concurrent and parallel processing of code out of the box. It is great language to write easily scale able, fault tolerant, fast and reliable applications.


Programming Elixir

This is an excellent book written by Dave Thomson for those who want to lean Elixir in a fun and easy way.

Programming Elixir

Programming Elixir


Chapter 1 - Take the Red Pill

Chapter 2 - Pattern Matching

Chapter 3 - Immutability

Chapter 4 - Elixir Basics

Chapter 5 - Anonymous Functions

Chapter 6 - Modules and Named Functions

Chapter 7 - Lists and Recursion

Chapter 8 - Dictionaries: Maps, HashDicts, Keywords, Sets, and Structs

Chapter 9 - An Aside—What Are Types?

Chapter 10 - Processing Collections—Enum and Stream

Chapter 11 - Strings and Binaries

Chapter 12 - Control Flow

Chapter 13 - Organizing a Project

Chapter 14 - Working with Multiple Processes

Chapter 15 - Nodes - The Key to Distributing Services

About

Short and precise summaries of each chapter along with their exercises.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages