Elixir Lang

Getting started

Beyond the basics

Start with focusing on Elixir's conventional programming concepts:

  • pattern matching

  • non-scalar data types

  • strings

Learning about Strings

The string implementation in Elixir is more powerful than in other languages, but that comes with more of a learning curve.

Understand data structures

Development Resources

Last updated