• TVA@thebrainbin.org
    link
    fedilink
    arrow-up
    11
    arrow-down
    3
    ·
    16 days ago

    From an outsiders perspective, a lot of the “politics” seemed to be that Rust devs would try to change behavior they saw as bugs and Linus would have to be like: “it doesn’t matter, we don’t break userspace functionality with changes we make to the kernel! [not a direct quote, but a paraphrase]”

    Devs not wanting to learn Rust is something I’m not at all equipped to comment on since I don’t know C or Rust (some C++, python, Powershell and a few other scripting languages though) so I can’t say how difficult that transition would be, but at the very least it seems like they must not be convinced of its need.

    Anyone with more knowledge able to chime in on if it seems this is a self induced problem on their end or genuinely something the other kernel devs are being difficult to work with?

    ETA: My memory of this seems to be completely incorrect! Sorry for the misinformation!

    • FooBarrington@lemmy.world
      link
      fedilink
      arrow-up
      11
      ·
      16 days ago

      Do you have an example where Rust devs wanted to break backwards compatibility? The complaints I’ve seen were mostly “I don’t want to learn another language, so your Rust stuff will be broken by us”

      • TVA@thebrainbin.org
        link
        fedilink
        arrow-up
        5
        ·
        16 days ago

        A quick search and I’m not able to find anything, so either I’m not using the right search terms or I’m completely off the mark and am mixing up my Tovald Rants.

        If I mixed that up, I’m so sorry for spreading FUD!

        • acockworkorange@mander.xyz
          link
          fedilink
          arrow-up
          6
          ·
          16 days ago

          There was a rant like that but directed at a specific developer that was pushing a userspace breaking change. It was not related to a Rust.

          • TVA@thebrainbin.org
            link
            fedilink
            arrow-up
            3
            ·
            16 days ago

            Thanks! I know I’ve seen more than and I thought a couple had been about Rust, for some reason!

      • felbane@lemmy.world
        link
        fedilink
        arrow-up
        6
        arrow-down
        1
        ·
        edit-2
        16 days ago

        In fairness, “I don’t want to maintain bindings for a language I never intend to use” is a perfectly reasonable position.

        The typical answer here is for the language evangelist to implement and maintain the bindings, and accept the responsibility of keeping them in sync with the upstream (or understand that they will be broken for however long it takes for another community member to update them).

        • 5C5C5C@programming.dev
          link
          fedilink
          arrow-up
          10
          ·
          edit-2
          16 days ago

          Which is exactly the position that the Rust for Linux devs have understood and accepted for themselves, and yet they still get yelled at (literally, in public, on recordings) by C Linux devs for existing.

          Oh and they get snidely told that introducing the Rust language must be a mistake because suggestions to introduce other languages to the kernel turned out to be mistakes and obviously Rust is the same as all those other languages according to C developers who, by their own admission, have never used or learned anything about Rust beyond a superficial glance at some of its syntax (again this was recorded from a public event).

          • felbane@lemmy.world
            link
            fedilink
            arrow-up
            7
            ·
            15 days ago

            Ted Ts’o was way out of line in that conference and was clearly channeling his inner ca. 2001 Torvalds.

            I think Rust is a better path forward for a majority of the kernel/driver code maintained currently, but it is definitely going to take time for it to gain a foothold. I also think there is some condescension on both sides that is completely unjustified and needs to stop.

            The hardline C devs that don’t want to learn Rust need to accept that at some point they will have to either adapt or pass the torch, and that no amount of whining or bitching in public forums is going to change that.

            The Rust devs that are getting upset because people are “attacking” their favorite language need to accept that there will be substantial and impassioned resistance to making broad language changes to a set of projects that have existed for decades. It would be an uphill battle for any language to try to supersede C in the kernel; this is not a condemnation or attack on Rust or its zealots, it’s a matter of momentum and greybeard stubbornness.