On the one side I really like c and c++ because they’re fun and have great performance; they don’t feel like your fighting the language and let me feel sort of creative in the way I do things(compared with something like Rust or Swift).

On the other hand, when weighing one’s feelings against the common good, I guess it’s not really a contest. Plus I suspect a lot of my annoyance with languages like rust stems from not being as familiar with the paradigm. What do you all think?

  • FooBarrington@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    4 months ago

    Please show me a single “good” programmer who is working with C/C++ and hasn’t had a single memory bugs in a decade.

        • nomadjoanne@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          4 months ago

          He has written his own libraries and programs to ensure these things don’t happen.

          What you people need to understand is that these problems have been solved before Rust. They just weren’t baked into the language. And so people made mistakes.

          https://www.youtube.com/watch?v=pvkn9Xz-xks

          I’m not saying Rust is not always the better choice. Of course not. I’m just oh-so-weary of this rewrite-the-world zealotry a lot of people have about it.