Hacker News new | ask | show | jobs
by satvikpendem 48 days ago
It still doesn't have hot reload support which is critical in BEAM. It simply doesn't handle it the same way as Erlang.
1 comments

I'm running BEAM in production for almost 8 years and not once have I used hot code reloading. Why is that critical?
That's literally the entire point of BEAM lol, that's one of the main reasons it was made, to patch code that breaks after letting it fail. BEAM was designed for as little downtime as possible and if you don't need that then just use another more ergonomic language than Erlang or Elixir.