Erlang & Elixir References
erlang elixir tutorialsI work with mostly golang at work but love learning new languages and tinker with them on the side. Lately, I have been learning Elixir. And, the more I read and write Elixir code I got more interested in knowing more and learning Erlang. This post is just for my reference to track all the good resources on Erlang and Elixir collected over the course of my playing and trying to build things using both Elixir and Erlang. Note: links are not in any particular order and does not focus on any single topic.
Erlang
- Learn You Some Erlang one of the best free online book on Erlang out there
- Cowboy User Guide Cowboy is a small, fast and modern HTTP server for Erlang/OTP
- A Custom Query Language
- The BEAM Book
- Dashbit Blog
- Joy of Elixir