28
Experiences with the Erlang ecosystem
(fedia.io)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
I've been working with Elixir (and the BEAM) since 2018. The ecosystem was already getting fairly mature then, and has only experienced rapid growth and improvements over the years.
Currently working on a production system that does scale with a kubernetes horizontal pod auto scaler. There are quite a few people who don't like containers in the community, but I see them as a net positive for things like HPAs.
How would you compare Elixir with Kotlin (or similar) in terms ease of use and efficiency?
Depends on who your asking, ive been having to use kotlin for the last month (more like Claude), and kotlin just seems to have a lot more boilerplate code.
And kotlin also uses the JVM which just guzzles ram. As for the elixir service with 300k LOC, it uses ~1gb of ram, but I have discord bots that use ~70mb