Live data from Hacker News

Switching to Elixir

leemeichin.com

1–10 of 283 posts

Re: Switching to Elixir

#5
I only learned about Elixir a little more than a year ago and it’s been a lot of fun to learn and incorporate in different components.

My biggest joy comes from how much one can do out of the box with beam/otp. Someone in a team I worked with once said “BEAM/OTP is like k8s only without the complicated parts”.

Re: Switching to Elixir

#7
`...If you call model.update(params) in Ruby, then it returns false if it fails and updates model.errors with what went wrong. Mutable state.`

This is Rails stuff, not Ruby

Re: Switching to Elixir

#8
How do people switch programming languages? Established languages have massive ecosystems. Large set of libraries. For example, I cannot give up MS Entity Framework Core or Hot Chocolate graphql server for C#. Sure, there are alternatives, but nothing as feature complete.

Perhaps it is possible for applications that have small set of requirements.

Re: Switching to Elixir

#9
post #8

How do people switch programming languages? Established languages have massive ecosystems. Large set of libraries. For example, I cannot give up MS Entity Framework Core or Hot Chocolate graphql server for C#. Sure, there are alternatives, but nothing as feature complete. Perhaps it is possible for applications that have small set of requirements.

Elixir and Erlang are very well established ecosystems.

Re: Switching to Elixir

#10
post #8

How do people switch programming languages? Established languages have massive ecosystems. Large set of libraries. For example, I cannot give up MS Entity Framework Core or Hot Chocolate graphql server for C#. Sure, there are alternatives, but nothing as feature complete. Perhaps it is possible for applications that have small set of requirements.

Erlang is fairly established 37 years young language and Elixir got to build on top of Erlang ecosystem.
Post reply on HN