That's reinforced by point #6 ("Ruby is too opiniated"). Ruby is not particularly opiniated and the community seemed to have much less attachment to doing things the idiomatic way than Python folks.
Like Php and other languages, Ruby has one severe sickness:
“One thing Perl’s my() gives you is a guarantee that you aren’t stomping on a given variable. For example, if I’m in a block of code in Perl and want to use a private variable I can just declare it with my() and never have to worry about whether a variable of that name existed previously. In Ruby, if you are inside of a block and want a private variable, you need to choose a variable name that has never been used before. I don’t want to have to hold the entire symbol table in my head!! What can I do?”
source: http://gabrito.com/post/ruby-needs-my-for-variable-declarati...
The ruby "community" is visibly a lot more snobbish and condescending than other languages of similar power (python); the whole ruby culture seems to be this toxic one where you're respected in proportion to how rude you are. The whole tone of this article is a good example, actually. Note the complete denial that there might be tradeoffs and legitimate reasons not to use ruby; rather, anyone not using it must be an idiot.
Honestly, the community around Ruby (Rails, actually) is one of the main reasons why I haven't given Ruby more of a chance. It seems like everywhere I look, people act like they're too good for me, and I'm probably too stupid to ever be a good Rails programmer.
... and I use Windows as my main OS, so I must be square! I'm not "worthy" of Ruby, and anything bad I have to say about Ruby just proves their point. Many articles I read have this condescending tone, this article being a prime example.
Even an article about why Ruby is not ideal for some scenarios is turned into a "you're wrong, Ruby is best" rant.
I think you've spent more time reading social news linkbait than actually using ruby or examining its community at the ground level.
> The whole tone of this article is a good example, actually
Hold on there, don't extrapolate whatever shitty article makes it's way to HN or Reddit as a litmus test for a "community" (btw, putting "community" in quotes is pretty condescending in and of itself). This guy has no standing in the ruby community whatsoever. I don't know if he's a good developer or not, but his article is certainly sensationalistic and defensive and won't earn him any respect from any ruby devs I know.
If you were to judge every PL community by their most defensive blowhards then you wouldn't be a programmer at all, because every community will attract some proportion of ignorant coat-tail riders without the courage to confront the real issues of their ecosystem.
The Ruby community's biggest fault is a higher-than-average adherence to fashion, as annoying as that can be from a stability perspective, it's not an unmitigated failing because it means a genuinely good idea may catch on faster.
> the whole ruby culture seems to be this toxic one where you're respected in proportion to how rude you are
I'd be genuinely interested in seeing concrete examples of people held in regard in the ruby community who are respected in proportion to how rude they are. Matz, DHH, Avdi Grimm, Steve Klabnik, Yehuda Katz, Aaron Patterson etc. off the top of my head strike me as gratuitously nice human beings.
I don't think that is entirely true. I've met really nice Ruby developers and know many online (twitter/github/irc etc) who are really nice and welcoming and always want to help. Of course there will always be loud and obnoxious people in a programming community but so far I've honestly haven't met a single such person.
They also have no reason to act snobbish. Reasons 2 and 3 are very important to a lot of developers.
I don't think choosing a faster language is premature optimization. Java might be a bit more difficult to program in, but the performance is a lot better. Java is also easier to program in than c++. I think that is a good trade off. I'm not saying you should not use ruby, but not even considering something else seems stupid.
A lot of developers still develop software for Windows and telling them to install some UNIX variant instead of choosing a programming language just seems stupid. Not all of us are developing web applications. But even if we are there are lots of programming languages that work properly in both Windows and UNIX environments that offer the same advantages as ruby, Python or Groovy for example.
the whole ruby culture seems to be this toxic one where you're respected in proportion to how rude you are.
Could you provide some examples? The most respected Rubyists I can think of, even if I'm not particularly friendly with them myself, are notably nice and frequently go out of their way to help people.
It is trendy to join the pile on against the Ruby community but little evidence remains to be found for its validity.
As a Ruby learner I have to say this post isn't helping.
Yes Ruby is a great language. That's why I learn it in the first place. But a post like this make people think the author is "hardselling" the language. And good things do not need to be hardsold. Ruby itself isn't opinionated. But this post is. In fact if I know nothing about Ruby and its community, I would have drawn the conclusion from this post that Rubyists are arrogant and opinionated.
People really should not try to convert other's language usage. If the language itself can not convince a person, neither can you.
This reads a lot like blog posts from back when Rails was catching on (~2005). I thought we'd moved on since then: I genuinely wanted to read an intelligent critique on the Ruby language.
What exactly was the point of this blog post? Quite a few of those reasons are valid and none of the arguments against the 10 reasons are good. It reads like "OMG BUT RUBY! MY PRECIOUS!!1"
People like to talk about their hobbies (and jobs)! Nothing wrong with writing down a few bullets about a language, especially since programmers like to argue about which language is the best.
6. Ruby is too opinionated and takes away my freedom to do things my way
Convention over configuration is mainly a rails thing, right? When I was learning Ruby there were quite a few ways of going about accomplishing your task, only there was often a more efficient way of doing things (e.g. using blocks instead of loops, etc.)
[+] [-] jtdowney|13 years ago|reply
It seems like they are confusing Ruby and Rails in the first point. PHP, Java, and Ruby were all first publicly released in 1995.
From their respective Wikipedia articles:
"Lerdorf released PHP/FI as "Personal Home Page Tools (PHP Tools) version 1.0" publicly on June 8, 1995"
"Sun Microsystems released the first public implementation as Java 1.0 in 1995."
"The first public release of Ruby 0.95 was announced on Japanese domestic newsgroups on December 21, 1995."
[+] [-] mercurial|13 years ago|reply
[+] [-] olaf|13 years ago|reply
[+] [-] lmm|13 years ago|reply
[+] [-] valdiorn|13 years ago|reply
... and I use Windows as my main OS, so I must be square! I'm not "worthy" of Ruby, and anything bad I have to say about Ruby just proves their point. Many articles I read have this condescending tone, this article being a prime example.
Even an article about why Ruby is not ideal for some scenarios is turned into a "you're wrong, Ruby is best" rant.
[+] [-] gtd|13 years ago|reply
> The whole tone of this article is a good example, actually
Hold on there, don't extrapolate whatever shitty article makes it's way to HN or Reddit as a litmus test for a "community" (btw, putting "community" in quotes is pretty condescending in and of itself). This guy has no standing in the ruby community whatsoever. I don't know if he's a good developer or not, but his article is certainly sensationalistic and defensive and won't earn him any respect from any ruby devs I know.
If you were to judge every PL community by their most defensive blowhards then you wouldn't be a programmer at all, because every community will attract some proportion of ignorant coat-tail riders without the courage to confront the real issues of their ecosystem.
The Ruby community's biggest fault is a higher-than-average adherence to fashion, as annoying as that can be from a stability perspective, it's not an unmitigated failing because it means a genuinely good idea may catch on faster.
[+] [-] alinajaf|13 years ago|reply
I'd be genuinely interested in seeing concrete examples of people held in regard in the ruby community who are respected in proportion to how rude they are. Matz, DHH, Avdi Grimm, Steve Klabnik, Yehuda Katz, Aaron Patterson etc. off the top of my head strike me as gratuitously nice human beings.
[+] [-] rohitarondekar|13 years ago|reply
[+] [-] Proleps|13 years ago|reply
I don't think choosing a faster language is premature optimization. Java might be a bit more difficult to program in, but the performance is a lot better. Java is also easier to program in than c++. I think that is a good trade off. I'm not saying you should not use ruby, but not even considering something else seems stupid.
A lot of developers still develop software for Windows and telling them to install some UNIX variant instead of choosing a programming language just seems stupid. Not all of us are developing web applications. But even if we are there are lots of programming languages that work properly in both Windows and UNIX environments that offer the same advantages as ruby, Python or Groovy for example.
[+] [-] petercooper|13 years ago|reply
Could you provide some examples? The most respected Rubyists I can think of, even if I'm not particularly friendly with them myself, are notably nice and frequently go out of their way to help people.
It is trendy to join the pile on against the Ruby community but little evidence remains to be found for its validity.
[+] [-] blacktulip|13 years ago|reply
Yes Ruby is a great language. That's why I learn it in the first place. But a post like this make people think the author is "hardselling" the language. And good things do not need to be hardsold. Ruby itself isn't opinionated. But this post is. In fact if I know nothing about Ruby and its community, I would have drawn the conclusion from this post that Rubyists are arrogant and opinionated.
People really should not try to convert other's language usage. If the language itself can not convince a person, neither can you.
[+] [-] alexyoung|13 years ago|reply
[+] [-] rohitarondekar|13 years ago|reply
[+] [-] scrrr|13 years ago|reply
[+] [-] chris_wot|13 years ago|reply
Convention over configuration is mainly a rails thing, right? When I was learning Ruby there were quite a few ways of going about accomplishing your task, only there was often a more efficient way of doing things (e.g. using blocks instead of loops, etc.)
[+] [-] beothorn|13 years ago|reply
[+] [-] scrrr|13 years ago|reply
[+] [-] savvykang|13 years ago|reply
[+] [-] noeleon|13 years ago|reply
[+] [-] kodisha|13 years ago|reply
[+] [-] armenb|13 years ago|reply
[deleted]