• morrowind@lemmy.ml
    link
    fedilink
    arrow-up
    58
    ·
    1 year ago

    C++ and ruby are weird, especially since C is somehow considered a reliable rifle. Rust betrays it’s age

    • fckreddit@lemmy.ml
      link
      fedilink
      arrow-up
      45
      ·
      1 year ago

      C is reliable in the sense that your C program reliably has memory leaks and security holes.

    • Jesus_666@feddit.de
      link
      fedilink
      arrow-up
      19
      ·
      1 year ago

      As does C#. The Windows-specific parts are not the parts most developers will use these days.

        • _danny@lemmy.world
          link
          fedilink
          arrow-up
          9
          ·
          1 year ago

          C# is .Net though. It’s only syntax without it.

          I think it’s definitely a dig at windows, because that used to be the primary issue with c#, you could only really target windows and you could only write it using windows. You could run .net framework applications on Linux, but it was a lot of work and it really underperformed (which would fit the timeline of 2015, when this comic was first posted). Now with .net core you can make a self contained executable that can run on anything.

          • scottyjoe9@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 year ago

            You can even compile to a native executable these days I believe so you don’t have to have the .net runtime installed or bundled.

    • CarbonScored [any]@hexbear.net
      link
      fedilink
      English
      arrow-up
      9
      ·
      edit-2
      1 year ago

      And does anything require Python v2 anymore? I work almost exclusively in Python and haven’t run into that in many years.