Uses for Elixir Programming

The BEAM/Erlang was primarily designed to run unattended systems in a fault tolerant manner; concurrency and distribution were implemented in the service of fault tolerance. So working with Elixir(OTP) is quite a bit different than with mainstream desktop applications:

Designing for Scalability with Erlang/OTP Chapter 8: Supervisors - OTP Supervisors p.175:

2 Likes