Hacker News new | ask | show | jobs
by anildigital 2441 days ago
This is a very typical diplomatic answer to stick with old, known programming languages.
2 comments

Maybe because a lot of the time it's good advice?
Often case that isn't the wrong way to go. Newer doesn't mean better, and there's always trade-offs to consider. "It's newer" by itself really shouldn't be much of a consideration.
Erlang is older, more suitable, more stable and less well known. Nobody mentioned that it is better because newer.
No, but the person I'm responding to is implying that using old, known languages is somehow a bad thing.
But in this concrete case his point is valid, I'd likewise expect Erlang's BEAM to outperform node.js in concurrency any day of the week. Elixir being new is fairly irrelevant because it compiles down to the same erlang BYTE CODE. Erlang is 30 years old.