Hacker News new | ask | show | jobs
by gjmacd 1768 days ago
Another reason to move to Elixir from Ruby...
3 comments

Elixir is like the alternate town in Blazing Saddles. It looks great but you find out there aren’t really people nor library depth there. After it blows up your staffing and project plans you end up moving back.
Yeah, Elixir is great, but zealots keep acting like it's happening, and it is totally not happening.
I built my startup in elixir. yes, there aren't as many libraries but the ones I've needed have been available and reasonably documented in most cases.

one thing I like in elixir is that the whole language (and thus libraries) are more composable. its easier forme to break and reform functionality from libraries in ways the authors didnt envision. Takes more time to integrate but the end result is way more maintainable.

Elixir isn't even in Tiobe's top 50 https://www.tiobe.com/tiobe-index/
Whilst I agree with you that Elixir is an also-ran Tiobe is the worst yardstick by which to measure a programming language. I can never understand why anyone takes it seriously.
Agreed. Redmonk then? Not in the top 20 https://redmonk.com/sogrady/2021/08/05/language-rankings-6-2...

I think Elixir fans should learn a lesson in being humble...

Where setting up a new app with Tailwind JIT is substantially easier?
Where Phoenix does a better job with all this and you don't have Ruby's baggage anymore.
It's literally the same process and it still uses webpacker...
Right, this process looks basically equivalent in steps and complexity.
What is "all this"? This post is almost entirely about setting up Tailwind.

(I have developed professionally with both Rails and Phoenix and enjoy both.)