Hacker News new | ask | show | jobs
by spacesword 2846 days ago
“And Phoenix would be the Rails to Erlang's Ruby (Elixir). The learning curve is steep, you will need to learn OTP. Which is probably why adoption lags."

The author has no idea what they are talking when it comes to the alternatives.

I was making simple CRUD apps in Phoenix (the types of apps I would normally use rails for) for a year before I even looked at OTP. You can become productive in elixir and Phoenix very quickly especially if you come from a ruby/rails background.

I recall a blog post by dockyard where they said they had new hires making commits within the first week.

1 comments

The author isn't wrong. You need to learn OTP to know that you don't need it (at least in the very beginning).

When I was learning Phoenix, I spent a substantial amount of time learning Elixir as well and OTP is one of the first few things they put in front of you. Don't get me wrong, I loved learning about it personally, but I am not surprised that a lot of people would consider it too much effort.