▲ | garbthetill 7 days ago | ||||||||||||||||||||||
I am the same but for elixir, the beam is awesome & I always wonder why it still hasn't caught on with all the success stories. The actor model just makes programming feel so simple | |||||||||||||||||||||||
▲ | zwnow 7 days ago | parent | next [-] | ||||||||||||||||||||||
For me its the complete opposite of simple. I am a fan of BEAM and OTP but im a horrible programmer. I have constant fear of having picked the wrong restart strategy in a supervisor. Or about ghost processes or whatever. I have no mentors and learn everything myself. I have no way of actually checking whether my implementations are good. With my skills id manage to make an Elixir system brittle because its not clear to me what happens at all times. | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | AnEro 7 days ago | parent | prev [-] | ||||||||||||||||||||||
Same, my personal theory where it excels and overachieves is where there is already really fleshed out and oversaturated developer ecosystems (and experienced developer pool) that organizations have alot of legacy software built on it. I think it will gain momentum as we see more need for distributed LLM agents and tooling pick up. (Or when people need extreme cost savings on front facing apis/endpoints that run simple operations) |