Book Image

Getting Started with Elixir [Video]

By : João Goncalves
Book Image

Getting Started with Elixir [Video]

By: João Goncalves

Overview of this book

Elixir is a dynamic, functional language designed to build scalable and maintainable applications. Elixir leverages the ErlangVM, known for running low-latency, distributed, and fault-tolerant systems, while also being successfully used in web development and the embedded software domain. In this course, you’ll learn the foundations of Elixir, the language syntax, how to define modules, manipulate the characteristics of common data structures, and more. This course focuses on ensuring that Elixir is installed and that you can successfully run Elixir’s interactive shell called IEx and its build tool, Mix.By the end of this video, you will have learned how to use the Elixir programming language and know how to use its toolset to start building your own applications with ease.
Table of Contents (7 chapters)
Chapter 3
Pattern Matching
Content Locked
Section 2
Forms of Pattern Matching
How can we leverage pattern matching to extract data from complex structures? - Introduce pattern matching in collection types - Present the binary data type in Elixir - Extract binary data using pattern matching