|
|
|
|
|
by whizzkid
2660 days ago
|
|
Start here --> https://elixir-lang.org/getting-started/introduction.html You will start feeling the magic around chapter 4 with pattern matching and the rest gets just better :) Try not to migrate your "how to .." thoughts from other languages into Elixir. It has some uniqe ways to solve everyday problems. Have your interactive elixir console ready to play with as well, good luck! |
|
I get frustrated at least once a week trying to use it in a language that doesn't have it. My brain just thinks in pattern matching!