Arto's Notes re: Erlang

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)

Blogs

Conferences

Implementations

  • BEAM (the Erlang VM)
  • LING for Xen

OTP

Behaviors