illustration for Getting Started with Elixir
pro

Getting Started with Elixir

Instructor

Kyle Gill

8m closed-captioning
·
6 lessons
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.7
67
people completed
Published 5 years ago
|
Updated 5 years ago

These videos include the introductory steps to writing your first Elixir function and beginning to understand some key concepts in Elixir that make it unique.

Some of those concepts include:

  • the Mix build tool
  • project structure
  • collections of functions written in modules
  • function arity
  • pattern matching and common uses for it
  • the pipe operator