Emin Arslan 1503ca4fab Initial
2025-02-16 19:14:35 +03:00
2025-02-16 19:14:35 +03:00
2025-02-16 19:14:35 +03:00
2025-02-16 19:14:35 +03:00
2025-02-16 19:14:35 +03:00
2025-02-16 19:14:35 +03:00
2025-02-16 19:14:35 +03:00

Broadcast

Just a very simple implementation of a broadcast program I made this program to learn about elixir, and its Actor model. To be honest I think it's quite nice, even though a program like this usually comes with quite a few unexpected difficulties Elixir was able to handle it incredibly gracefully with basically no resistance.

From my first impressions I think Elixir is actually a quite capable language for the purposes of server software - even if it doesn't have the sheer computational speed offered by lower level languages.

As far as first impressions go for a programming language, I think that's excellent.

running/building

Install elixir and its build tool mix through your operating system's package manager, then run mix run.

Description
very simple elixir program for learning purposes.
Readme 30 KiB
Languages
Elixir 100%