Erlang
Website
https://www.erlang.org/
Paradigm
concurrency oriented languages
Erlang LS – The Erlang Language Server | Hacker News
Web
https://erlang-ls.github.io/
On HN
https://news.ycombinator.com/item?id=22567736
Matching Binary Patterns with Erlang
https://news.ycombinator.com/item?id=23030530
Core Erlang
Language specification
https://www.it.uu.se/research/group/hipe/cerl/doc/core_erlang-1.0.3.pdf
Core Erlang by Example
https://blog.erlang.org/core-erlang-by-example/
Snippets
Get processes consuming more CPU
io:fwrite("\033c~s~n", [erlang:system_info(procs)]).