He’s so brave standing up for Ukraine and Israel, what a hero billionaire-tears

  • footfaults [none/use name]@hexbear.net
    link
    fedilink
    English
    arrow-up
    16
    ·
    8 months ago

    The most insufferable people jump from language to language. It was Node.js in 2012, Golang in like 2014/5 and now Rust.

    They just create the same libraries over and over again in each language. It’s such a grift.

    • IvarK@lemmygrad.ml
      link
      fedilink
      English
      arrow-up
      15
      ·
      8 months ago

      Rust is awesome though (and it also manages to be the singular language with a fairly friendly non-chud community)

      • AMDIsOurLord@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        8 months ago

        It has a decent idea that can already be implemented in C++ as well, but it also has a bloody fucking awful syntax that even it’s own mother can’t love

        Overall, hyped to death because people’s misconception of how safe it actually is and the fact that many think memory safety is strictly a rust feature

        • IvarK@lemmygrad.ml
          link
          fedilink
          English
          arrow-up
          2
          ·
          8 months ago

          If you’re complaining about “bloody awful syntax” (which is probably the last thing I’d criticize rust for) in the same breath as “just use C++ instead” (paraphrased but that’s what you mean, right?) I don’t think I have anything else to say to you.

          I hope you have a nice weekend!

          • AMDIsOurLord@lemmy.ml
            link
            fedilink
            English
            arrow-up
            1
            ·
            8 months ago

            I meant borrow checker could be done in C++ lol C++ can always get verbose syntactically when working in large projects. Honestly I prefer Go and Dart’s C-like syntax

            • IvarK@lemmygrad.ml
              link
              fedilink
              English
              arrow-up
              2
              ·
              8 months ago

              Memory safety isn’t really the main draw on rust for me. Traits and the very powerful enums are both higher on the list for me personally. There’s a reason people use rust for all sorts of things and projects of all sizes.