Elixir seems to be hyped in my community right now because it seems like you can write parallel/concurrent programs quickly and easily. So I wanted to give it a try.
So far I use Python, C and Golang for my applications. So my knowledge of functional languages is limited.
Thanks
and
are also good resources.
https://elixir-lang.org/getting-started/introduction.html
There are also interactive tutorials that ship with Livebook, including visualizations of message-passing:
After that, the Pragprogs have a solid line of books if you want to go deeper.