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 1
Introduction to Elixir
Content Locked
Section 2
What is Elixir?
What is Elixir? Where did it come from? What defines it? Why is it important? - Introduce the Elixir programming language and its history - Define the language category and style. - Present use cases for this language and its importance.