Repo to keep my erlang learnings.
- It is a functional programming language which primarily focused on concurrency.
- My mentor highly advised to learn it well :)
- Is involved in a project I am contributing to 😀
- I am using resources mentioned in this answer, community section and whatever I find on net.
- In particular, I am following :
- http://erlang.org/doc/getting_started/users_guide.html
- https://learnyousomeerlang.com/content
- https://www.ibm.com/developerworks/library/os-erlang1/index.html
- https://exercism.io/my/tracks/erlang
- https://howistart.org/posts/erlang/1/
- https://www.cis.upenn.edu/~matuszek/Concise%20Guides/Concise%20Erlang.html
- https://erlangbyexample.org/
- Video series
- Introducing Erlang: Getting Started in Functional Programming pdf
Note: I am still learning so not 100% of what I say may be correct or best way to do it :)