←back to thread

177 points bartekpacia | 1 comments | | HN request time: 0s | source
Show context
rghose ◴[] No.45103067[source]
Just another indication that ruby is dead?
replies(5): >>45103145 #>>45103246 #>>45103388 #>>45103675 #>>45103828 #
joshmn ◴[] No.45103145[source]
I am not sure how this contributes to the unfounded idea that ruby is dead—Shopify, Stripe, and GitHub amongst many others would like a word.

RubyMine isn’t the editor of choice for many of my fellow rubyists, but it is for me—IntelliJ’s LSP alone is a godsend when you’re diving deep into debugging weird gems. I have tried ruby-lsp from Shopify and it gets 95% there but that last 5% is what makes me hyper-productive.

Most of the community is on VS Code. We did have a weird, loud Danish guy using TextMate until recently, but I guess he switched to neovim.

Having said, RubyMine was very popular when ruby was on HN as much as AI is today. It hasn’t kept up, just like Sublime has been largely replaced by VS Code.

replies(3): >>45103393 #>>45103940 #>>45105864 #
IshKebab ◴[] No.45103940[source]
> Shopify, Stripe, and GitHub

Yeah I mean Facebook, Wordpress, Wikipedia... but are you going to start a new project in PHP today? I bet all of them wish they weren't using Ruby. (Well probably not because they'll attract devs that love Ruby, but you get the point...)

Anyway in terms of concrete numbers the best thing I've found is to look at Github PRs/projects/stars. This site is really cool: https://madnight.github.io/githut/

Ruby was quite popular at the start of the chart in 2014 when it was more popular than Java! But gradually waned until about 2020 where it seems to have stabilised at "not very popular", just behind PHP.

Go and Typescript seem to have taken its place, which makes sense because they're both much better languages.

replies(3): >>45104116 #>>45104993 #>>45110563 #
1. dismalaf ◴[] No.45104993{3}[source]
> I bet all of them wish they weren't using Ruby.

I've never heard any entrepreneur say they wish they didn't use Ruby... Nothing I've ever seen gets you from zero to a fully working CRUD website nearly as quickly.

The only people who say such things are the ones who didn't pick it.