I use Erlang https://en.wikipedia.org/wiki/Er... for the last 6 years and not looking back to previous stacks I used. The Erlang's power comes from the fact that it's so easy to scale and its robust, even MVP will handle thousands of requests per second and to scale beyond that is straight forward. And its really easy and fast to develop once you get over the unfamiliarity of its syntax and learn a few core concepts.
And lately I started to pair Erlang's robust backend with htmx, this combination effectively addresses a wide array of use cases.
@um404 I know a lot of programmers, but I haven't heard of anyone using Erlang. Most use PHP, Gol, Node.
Maybe you can share live examples where you was working with earLang?