https://void.cat/d/9em6r5jZ5EezWWCr6LnNuA

Reply to this note

Please Login to reply.

Discussion

„Why is Server B always saying Erlang? That’s not Elixir“, you might ask.

Good question!

Elixir compiles to Erlang.

Elixir is built on top of it. It leverages a battle tested history of over 40 years!

Elixir provides an easily approachable syntax (similar to Ruby), but remains a fully functional and immutable programming language.

But not just that.

It offers nice abstractions for common patterns. Patterns that evolved in Erlang to build scalable software are packaged up in Agents, GenServer, GenStage, and other building blocks.

Theses building blocks help to manage state in a functional language.