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 6
IO
Content Locked
Section 2
Files
How to manipulate files using Elixir? - Define the file module - Learn how to create a directory - Learn the different actions in a file