Ask HN: Elixir/Erlang Resources?
What materials and resources can you recommend for learning Elixir/Erlang?
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
2 comments
[ 666 ms ] story [ 484 ms ] threadhttps://elixir-lang.org/getting-started/introduction.html
There are also interactive tutorials that ship with Livebook, including visualizations of message-passing:
https://livebook.dev/
After that, the Pragprogs have a solid line of books if you want to go deeper.
https://elixircasts.io
and
https://elixirschool.com
are also good resources.