illustration for Getting Started with Elixir

Getting Started with Elixir

Instructor

Kyle Gill
8m
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.7
67
people completed
Bookmark
Download
RSS

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