July 12th, 2024

The Soul of Erlang and Elixir – Talk by Sasa Juric [video]

A YouTube video pays tribute to Joe Armstrong, Erlang's creator, discussing concurrency in software systems like Erlang and Elixir. It highlights dividing systems, utilizing processes, message passing, and microservices interaction.

Read original articleLink Icon
The Soul of Erlang and Elixir – Talk by Sasa Juric [video]

The YouTube video honors Joe Armstrong, the creator of Erlang, and delves into the topic of concurrency in software systems, particularly in Erlang and Elixir. The speaker emphasizes the advantages of dividing systems into concurrent segments and elaborates on the utilization of processes in beam-style concurrency. They explain how Elixir facilitates communication between autonomous processes through message passing. Additionally, the discussion extends to how microservices interact via message passing using the same language-specific mechanism supported by the runtime.

Link Icon 1 comments