|
|
|
|
|
by brightball
3696 days ago
|
|
Elixir is a nicer to work with language that Erlang that compiles down to the Erlang VM. That gives it a better concurrency model and fault tolerance than Go. Rails core team members have been building Phoenix. It's syntax is built to be extremely familiar to Rails but it's been built from the ground up to correct a lot of core issues that come up long term with Rails. It's basically fast Rails. You get a very equivalent level of productivity with performance and fault tolerance of Erlang. Benchmarks show performance on par with Go. It's really fascinating. I've been programming professionally for about 17 years now and it's the first time I've been truly excited about a language for a long time. |
|
>correct a lot of core issues that come up long term with Rails.
I've never gotten to this point, what are some of these issues? From reading comments here, it seems like dependency hell could be one, but what do you think? I've had issues in my short time with outdated gems, but I don't know if this is necessarily an issue with the framework/language.