Hacker News new | ask | show | jobs
by hphamq 2558 days ago
Besides speed, what are the advantages of Elixir/Phoenix that a lot of fintech startups use them instead of Ruby/Rails?
1 comments

Failure handling. Load profile is slower but far smoother, it degrades far more nicely.

It can handle stateful things and distributed systems far nicer, with a programming model that is really adapted to it.