Elixir Lang
Getting started
Get motivated: Keynote: Think Different by Dave Thomas
Learn the basics: Elixir Guides
Read the book: Programming Elixir
Beyond the basics
Elixir in Action (highly recommended)
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