Rust is harder than C++ because it nitpicks your code and it has less libraries available. You guys have been played.

Rust is harder than C++ because it nitpicks your code and it has less libraries available.
You guys have been played.

POSIWID: The Purpose Of A System Is What It Does Shirt $21.68

Unattended Children Pitbull Club Shirt $21.68

POSIWID: The Purpose Of A System Is What It Does Shirt $21.68

  1. 2 years ago
    Anonymous

    Im ok with the last line

  2. 2 years ago
    Anonymous

    >less libraries available.
    Most code is shit anyway.

    • 2 years ago
      Anonymous

      Most code and most (all) languages are shit anyway

  3. 2 years ago
    Anonymous

    how does having less libraries makes it harder ?
    not having to deal with memory leak and having a proper package manager makes it easier for a beginner

  4. 2 years ago
    Anonymous

    You mean no legacy stuff from 1997?

  5. 2 years ago
    Anonymous

    >Rust is harder than C++
    This is a good thing. Rust keeps out the morons that can't get past the compiler.
    >it has less libraries available
    Eh... I'd be willing to believe this, given the age of C++, but do you have a hard number on the amount of C++ libraries?

    • 2 years ago
      Anonymous

      >This is a good thing. Rust keeps out the morons that can't get past the compiler.
      Thats false. Rust is swarming with morons and its already such a dependencies cluster frick.

      • 2 years ago
        Anonymous

        If you are a moron you cannot keep using Rust.
        You need real brain power to be using it.

      • 2 years ago
        Anonymous

        >and its already such a dependencies cluster frick.
        You know if C++ supposedly has more libraries than Rust, you'd think they wouldn't be making these kinds of arguments. Because they'd actually be using those libraries.

        • 2 years ago
          Anonymous

          Rust favors smaller libraries, which are arguably more of a clusterfrick.
          Rust has no boost equivalent because it's easy to just use twenty individual libraries for all the little things you want.
          This is unrelated to how much library code there is in total.

          • 2 years ago
            Anonymous

            >which are arguably more of a clusterfrick
            Eh... I honestly think smaller libraries are more worth it. In every library, there's functions that aren't part of the public API, which need to be used to implement that library. In a smaller library ecosystem, those functions could themselves be provided by a library and imported as subdependencies. And if you have multiple dependencies that share a subdependency, you don't have to link that function twice. So ultimately you save space.

            The fact that a lot of Rust libraries also happen to be highly composable with one another is also pretty nice from a usability perspective.

          • 2 years ago
            Anonymous

            that's exactly what I want out of a library. Do one thing and do it well. The type system allows you to easily glue disparate types together with minimal boiler-plate.

    • 2 years ago
      Anonymous

      Well C++ is not like javascript I think
      It doesn't have a million libraries for everything under the sun
      It has like a few dozen of libraries that are massive
      Stuff like boost, qt, opencv, etc...
      And we'll the ecosystem for gaming is massive.
      Rust seems to have some good cryptography libraries and is technically better for webdev which is why it's used in crypto I think. Bitcoin was written in C++ though.

      • 2 years ago
        Anonymous

        >webdev
        And that's an advantage? The web as it is in the current state is the worst thing that came out of computers. Not only because of the bloat in browsers, but also because how poorly the technology is designed. I'd rather stay as far away as I can from that because I don't want my code to be affected in any way by the moronic mess that is the web. In C++ I tell the computer what to do and it does it. What the frick is wrong with that? If you can't handle that then you can't handle a computer and you shouldn't be programming.

  6. 2 years ago
    Anonymous

    Still not learning Rust.

    • 2 years ago
      Anonymous

      who ask

      • 2 years ago
        Anonymous

        Learn c

        • 2 years ago
          Anonymous

          no

      • 2 years ago
        Anonymous

        Literally nobody

      • 2 years ago
        Anonymous

        I asked

        who cars

        I car

    • 2 years ago
      Anonymous

      who cars

  7. 2 years ago
    Anonymous

    come back after you delt with 10 years of c++ production code lmao

    95% of moronation on IQfy is just unexperience speaking

    • 2 years ago
      Anonymous

      There's not enough data points for 10 years of rust in production to make this argument.

  8. 2 years ago
    Anonymous

    I literally use Rust because C++ scares me.

    • 2 years ago
      Anonymous

      I use Rust because I liked C++, and Rust is C++ with all of the annoying parts removed.

  9. 2 years ago
    Anonymous

    Jokes aside, I'm learning Rust because I can't make myself deal with building C+. The language seems fine but the absolute atrocity of building it has kept me out

  10. 2 years ago
    Anonymous

    Learn Ada, moron dirtburgler.

    • 2 years ago
      Anonymous

      OH NO NO NO NO NO NO ADASISTERS.... Rust is eating our lunch gain...

  11. 2 years ago
    Anonymous

    Learn D the real successor to C/C++

    Rust could have been GOAT but they fricked up catering to the Cepples crowd.

  12. 2 years ago
    Anonymous

    >and it has less libraries available
    >https://handmade.network/
    Just accept the "Hand Made" way you fricking piece of shit

    • 2 years ago
      Anonymous

      I saw that gallery.
      It's like 80% video games...
      How about contributing to a renderer like ogre3d atleast.
      Fricking zoomers.

  13. 2 years ago
    Anonymous

    I use Rust because 50% of the rust userbase is trans like me. Rust says trans rights :3

    • 2 years ago
      Anonymous

      Not 50% of the userbase. Just 50% of the speakers at rustconf.

      • 2 years ago
        Anonymous

        60% of the userbase.

  14. 2 years ago
    Anonymous

    King Terry said it best

  15. 2 years ago
    Anonymous

    6 months of IQfy break and still it's the same rust troll threads, see you in another 6 months chumps

  16. 2 years ago
    Anonymous

    steeper learning curve == worse

    • 2 years ago
      Anonymous

      The Rust learning curve is much less steep if you already know C++. Both languages require a fundamental understanding of ownership to use effectively. The difference is that Rust won't let you compile if you write certain types of incorrect code. You MUST fully understand ownership to even build code at all.

      OH NO NO NO NO NO NO ADASISTERS.... Rust is eating our lunch gain...

      IIRC, there are plans to implement something similar to a borrow checker in Ada Spark. Honestly, anyone seriously interested in Ada likely won't have too many objections to Rust. Both are systems programming languages with very strong type systems and an emphasis on safety. Ada has seen use in aviation and military applications, which are areas that Rust might be beneficial in once some standards can be drafted for it.

  17. 2 years ago
    Anonymous

    Using libraries isn't programming, it's coding

Your email address will not be published. Required fields are marked *