Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
Ruby Programming

Is Ruby Still a 'Serious' Programming Language? (wired.com) 62

Wired published an article by California-based writer/programmer Sheon Han arguing that Ruby "is not a serious programming language."

Han believes that the world of programming has "moved on", and "everything Ruby does, another language now does better, leaving it without a distinct niche. Ruby is easy on the eyes. Its syntax is simple, free of semicolons or brackets. More so even thanPython — a language known for its readability — Ruby reads almost like plain English... Ruby, you might've guessed, is dynamically typed. Python and JavaScript are too, but over the years, those communities have developed sophisticated tools to make them behave more responsibly. None of Ruby's current solutions are on par with those. It's far too conducive to what programmers call "footguns," features that make it all too easy to shoot yourself in the foot.

Critically, Ruby's performance profile consistently ranks near the bottom (read: slowest) among major languages. You may remember Twitter's infamous "fail whale," the error screen with a whale lifted by birds that appeared whenever the service went down. You could say that Ruby was largely to blame. Twitter's collapse during the 2010 World Cup served as a wake-up call, and the company resolved to migrate its backend to Scala, a more robust language.

The move paid off: By the 2014 World Cup, Twitter handled a record 32 million tweets during the final match without an outage. Its new Scala-based backend could process up to 100 times faster than Ruby. In the 2010s, a wave of companies replaced much of their Ruby infrastructure, and when legacy Ruby code remained, new services were written in higher-performance languages.

You may wonderwhy people are still using Ruby in 2025. It survives because of its parasitic relationship with Ruby on Rails, the web framework that enabled Ruby's widespread adoption and continues to anchor its relevance.... Rails was the framework of choice for a new generation of startups. The main code bases of Airbnb, GitHub, Twitter, Shopify, and Stripe were built on it.

He points out on Stack Overflow's annual developer survey, Ruby has slipped from a top-10 technology in 2013 to #18 this year — "behind evenAssembly" — calling Ruby "a kind of professional comfort object, sustained by the inertia of legacy code bases and the loyalty of those who first imprinted upon it." But the article drew some criticism on X.com. ("You should do your next piece about how Vim isn't a serious editor and continue building your career around nerd sniping developers.")

Other reactions...
  • "Maybe WIRED is just not a serious medium..."
  • "FWIW — Ruby powered Shopify through another Black Friday / Cyber Monday — breaking last year's record."
  • "Maybe you should have taken a look at TypeScript..."

Wired's subheading argues that Ruby "survives on affection, not utility. Let's move on." Are they right? Share your own thoughts and experiences in the comments.

Is Ruby still a 'serious' programming language?


Is Ruby Still a 'Serious' Programming Language?

Comments Filter:
  • by dfghjk ( 711126 ) on Sunday December 07, 2025 @03:47AM (#65840797)

    Is Cobol "still a 'serious' programming language?" Is Fortran "still a 'serious' programming language?"

    Is EditorDavid still a serious editor? Was he ever?

    • To be fair TFS postulates a situation where the language has better alternatives for literally every scenario. I'd argue that Cobol and Fortran have carved out a niche where they *are* the best in their class. Comparing the three sort of shows you missed that point of that second sentence.

      • "I'd argue that Cobol and Fortran have carved out a niche where they *are* the best in their class."

        Seriously, and I say this as someone who knows both Cobol and Fortran, what niches are Cobol or Fortran best at other than "applications that are already written in Cobol or Fortran"?

        • by AuMatar ( 183847 )

          Fortran has some optimizations involving pointers that are invalid in other languages like C. So it can be the absolute fastest outside of hand optimized assembly (which is very difficult to do better than a compiler these days). It also has advanced math libraries which are highly tested and optimized. So its niche is highly performant math and scientific programming.

        • COBOL is still the best at error-free transactions in batches. Many hopeful startups have tried to replace it in this role and gone under without a trace. There's nothing which can do that around today, except COBOL.

          The combination of error free finance handling, ability to handle immense amounts of batches per time period, and everything being transactions, and all that built into the language and not an afterthought written as a class or similar, is unmatched.

          This is also a set of requirements which is hi

  • Haven't the wheels fallen off
    • Nope, but aren't trains with 2mm wheels dope?
      • by bn-7bc ( 909819 )
        No because at any reenable speed they would have to totate rather faster than ideal, or are you talking about wheel thickens not diameter?, well on that subject would a 2mm thick weel be able to carry enough weigh? For passenger coaches maybe, for duoble stacked intermodal cargo, I doubt it. Disclaimer: I'm not an engineer so if anyone with the relevant exoertese would like to correct me I would appreciate it
  • Correction (Score:5, Funny)

    by Dracos ( 107777 ) on Sunday December 07, 2025 @04:07AM (#65840819)

    Javascript is not dynamically typed... it is allegedly typed, when it feels like it.

    • by shanen ( 462549 )

      So I thought I would get an example of a "shooting yourself in the foot" (using JavaScript, but I should have gone for examples with Ruby and JavaScript) to try and extend the Funny moderation. However the google search is so sick and literal minded these days that it went off on the tangent of subtle programming mistakes when using JavaScript. Which devolved into another stupid argument with the AI.

      In theory it could have asked me what I was looking for, but in practice I think I human being wouldn't have

  • What kind of crack are you smoking when you're reading plain English, also Plain English has semi-colons.

  • by devious_malcontent ( 2752947 ) on Sunday December 07, 2025 @04:35AM (#65840827) Homepage
    Of course Ruby is still a serious programming language! So many people on my GitHub fork my code to tell me to RIIR (Rewrite it in Ruby)...
    • by HiThere ( 15173 )

      Whether it's serious or not depends on what you're doing. For me it fails only because I require Doxygen compatibility. (Mind you, I would rarely choose to use *only* ruby, but for some things it would be the superior choice.)

      OTOH, Ruby is not a low level choice. It's a slightly higher level than Python. And I often design things in Python and then convert them to C++ (with, of course, minor rewrites).

      So, "What do you mean by 'serious'?".

  • Is Ruby still a 'serious' programming language?

    As opposed to what? A ‘funny’ language?

    Is Ruby still an optimum language or valid choice, is the correct way to frame that question.

    The fucking compiler is only worried about how ‘serious’ you are when you feed it a joke of a coding session after assuming those two bong hits would give your mind Redbull “wings” at 2AM.

    Stop with the emotional association already. Coddling shit like this will get you sued by AI for ‘emotional distress’ when you ask the wrong

  • "Ruby, you mightâ(TM)ve guessed, is dynamically typed. Python and JavaScript are too, but over the years, those communities have developed sophisticated tools to make them behave more responsibly." Make? Them (..who)? Behave? Responsibly? The heck is this guy saying there, with neither example nor description? Attacking his target audience savagely while excusing his (larger) favored readership without explanation, in vague language... Classic flamebait. I think this author knows what his goal is,
    • You can add types to your variables in Python. You can use typescript with Javascript.

      You can also introspect your types in Ruby, so his point is moot.

      There is also the question of why you would add type checking to a dynamic language: if you don't want a dynamic language, why did you choose one? But the reality is most of us don't choose languages anymore, we choose libraries and have to accept whatever language they are attached to.
      • Many Python libraries I have used (the "serious" ones at least) are wrappers to C implementations or even Fortran ! (I do a lot of numerical analysis). Those same libraries are also available wrapped in Rust and I am sure many other languages, so the argument that people choose python for its libraries, at least for my workload is not logical. In my opinion people choose Python because that's what they learned at university.
        • Have you ever actually tried using Numpy in C?
          • Numpy is a wrapper on a bunch of pre existing libraries primarily in C and Fortran. A language which lacks arrays cannot do serious scientific computation without engaging another language to do the heavy lifting. As such Python is a garbage choice though it seems to be popular but that does not change the fact it is a garbage choice. Sometimes the crowd is wrong.

      • The point is, whatever truth there may be behind that statement, the author 1) did not jusyify it (when he could have), and 2) used vagur wording that evokes emotional connotations (though he knows very well how to be precise).
  • by Viol8 ( 599362 ) on Sunday December 07, 2025 @05:10AM (#65840851) Homepage

    FTA:
    "and the company resolved to migrate its backend to Scala, a more robust language."

    If they were serious about performance they'd have skipped all languages except those that run bare metal. Modern C++ is a seriously powerful and fast - albeit perhaps too complicated - language without all the gotchas of older C++ and plain C.

    • by bsolar ( 1176767 )

      If they were serious about performance they'd have skipped all languages except those that run bare metal. Modern C++ is a seriously powerful and fast - albeit perhaps too complicated - language without all the gotchas of older C++ and plain C.

      Ultimately it's a compromise between performance and how deep to go with optimization. Being "serious" about performance doesn't mean forfeiting the compromise and going for bare metal all the time.

      Scala runs on the JVM and a modern JVM with JIT compilation can achieve very respectable performance. Depending on their use-case it might be enough to favor it over a C/C++ implementation and all the complexities it brings.

      • You can tell how serious someone is about performance based on whether or not they bring out a profiler. If they don't use a profiler, they aren't serious about performance (or maybe they're just clueless).
    • Modern C++ is a seriously powerful and fast - albeit perhaps too complicated - language without all the gotchas of older C++ and plain C.

      Modern C++ didn't get rid of the gotchas, it just added more of them. It's fine if you're working by yourself, but you can't prescribe what features other people will use (including the writers of libraries you want to use). But old C++ was fine when working by yourself too.

    • We all know real programmers [xkcd.com] use butterflies.
  • Troll article (Score:2, Insightful)

    by peppepz ( 1311345 )
    Nothing to see here, move on. And I'm not even a Ruby fan.
  • Was Ruby ever a "serious" programming language? I mean, nothing I ever want to program can even be programmed in Ruby. And even if that were possible it would be so slow as to be useless.

  • It's not the language that is 'serious' or not; it's the programmer.
  • ... was writing some Rake files (Ruby's equivalent to Gradle) to build a very large project comprising many different components in C++, Java and other stuff. As a language it seemed very pleasant, not far removed from other high level scripting languages like Python. It wasn't producing super fast code but it was fine for our purposes. I liked that it could have blocks that could implicitly return values. I liked that it was terse and some decent JSON support through a gem. I thought the acyclic build syst
  • Claiming that Ruby parasitizes on Ruby on Rails clearly shows that the author has no idea what parasitism is. Hence no, he can't be serious.

  • Has it ever been?

  • For context: I’m a software developer (wrote my first .COM virus in 1987), now a CTO of a mid-size regtech company, with an MBA for my sins.

    I used Ruby for all my PoC experiments and web-facing MVPs. I mostly used Rails, though I’ve never been a fan of the “Rails way”; it has always reminded me of that “How to draw an owl in two steps” meme: draw two circles, then draw the rest of the owl. I follow the updates and lurk in the Telegram groups to keep up with what’s h

    • Why are you trying to get new programmers to write code? Isn't vibe coding supposed to be taking over that niche? I'm not sure if I'm serious or not, but it seems a valid question in this day and she.

  • I don't care about Ruby one way or the other, but I'm baffled that people still consider Stackoverflow usage relevant in the LLM coding assistant age (which parasited off of Stackoverflow et al, acknowledged). SO gradually lost its utility to me, and with it my contributions to it, long before Copilot, what with outdated and ignorant answers and the skewing caused by gamification.
  • by Qbertino ( 265505 ) <moiraNO@SPAMmodparlor.com> on Sunday December 07, 2025 @08:22AM (#65841063)

    ... of a thing to begin with.

    It came to fame when some Java guys finally discovered convention over configuration, built yet another web framework around it and bedazzled the world with a 15 minute presentation of Ruby on Rails. The marketing of the ruby on rails FOSS project was the true genius behind all the hype. However, Ruby itself was still struggling with basics such as utf 8 and other details, so people stuck with php, Python or whatever else they were using at the time.

    Rails never really caught on in a larger scale. If it had, Ruby would be a thing today. I think it's safe to say that TypeScript has taken its place.

  • Ruby is a programming language you can do real stuff with. That makes it "serious". If you apply higher standards, then no language really qualifies anymore.

    C? Too easy to screw up. Python? Too easy to make an extreme mess. Rust? What a "secure" language without a spec? How does that work? Java? Ever tried to write something compact and readable? And so on.

    The same applies on one or the other form to any known programming language. They are all defective in major ways. CS/IT as an engineering discipline is

    • Are anything replacing Java and COBOL for big finacial wares the big iron runs with decades old libraries? The mid sized stuff is going to C# which has a Windows curse countries outside the USA hate and Python which is 34 years old.

      So 25 to 50 years out it'll be those for core business except Microsoft in coding space will collapse with ai and other unfocused clippy-ism.

      Systems programming might go to Rust

  • There are many programming languages that have robust syntax and can produce working software. That's not what makes a language "serious."

    What makes a language "serious" is having a robust community around it.

    I oncer hired a programmer who was completely enamored with Haskell. He thought it was the best language ever. It might BE as great as he claimed, but it has a less than 0.03% market share among programmers, by some estimates. That makes it *not* a serious language in my view. This is because it's goin

  • Is Sheon Han a serious programmer?

  • When I retired (10y) I was a whiz with Perl, had learned enough Python to know I could switch over easily, and was being told by Paul Graham that if people were too dumb to see that LISP was the ultimate language that had made his fortune, that Ruby had the same deep structure allowing the ultimate trick of self-modifying code and true compactness and elegance and all that stuff the Great Programming Languages all had to have for the most-elite work.

    Of course, I didn't have to work any more, and I hate writ

Often statistics are used as a drunken man uses lampposts -- for support rather than illumination.

Working...