Installation
Installation on macOS
$ brew install erlang --with-native-libs --without-wxmac
Installation on Alpine
# TODO
Installation on Ubuntu
https://www.erlang-solutions.com/resources/download.html
$ wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb $ sudo dpkg -i erlang-solutions_1.0_all.deb $ apt update $ apt install erlang erlang-doc erlang-manpages
Essence
- A functional programming language (Erlang)
- A set of design principles (OTP)
- A virtual machine (BEAM)
Talks
Books
- Programming Erlang: Software for a Concurrent World by Joe Armstrong
Blogs
- Joe Armstrong (@joeerl)
Conferences
- Erlang User Conference 2016 (Sep 8-9, 2016 in Stockholm)
- https://www.erlang.org/events
Implementations
- BEAM (the Erlang VM)
- LING for Xen
Interoperability
OTP
Behaviors
- GenStage
- gen_leader
Use Cases
Embedded
- http://www.erlang-embedded.com/
- Erlang/ALE
- https://www.infoq.com/interviews/kilic-erlang-embedded
- http://www.slideshare.net/fhunleth/erlangdc-2013
- http://www.slideshare.net/breakpointer/using-erlang-on-the-raspberrypi
- http://www.erlang-factory.com/upload/presentations/451/Wiger-erlangforembedded.pdf
- http://www.diva-portal.org/smash/get/diva2:431592/FULLTEXT01.pdf
- https://lumenosys.com/