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?

  • @calcopiritus@lemmy.world
    link
    fedilink
    04 months ago

    I haven’t been able to compile a single C/C++ program (even bought a C++ book!) Learned to write normal programs in rust (even with simple lifetime annotations!) In 1-2 months. I just knew python and the basic knowledge of 1st year university.

    It’s not that hard.

    Just reading through the rust book (a week, maybe? I don’t remember how much time it took) will make you able to confidently write a simple CLI program.

    • 520
      link
      fedilink
      3
      edit-2
      4 months ago

      Just reading through the rust book (a week, maybe? I don’t remember how much time it took) will make you able to confidently write a simple CLI program.

      You can do the same in Java or especially Python from zero much, much quicker.

      Also you can learn to go beyond simple CLI programs in those languages much quicker, because you don’t have to worry about memory management.

      • @calcopiritus@lemmy.world
        link
        fedilink
        14 months ago

        I’m not saying that java or python are harder, of course they aren’t. I’m just saying that it’s not as hard as people seem to think. What is 1 week of commitment to learn a new language? Of course it depends on what there is to offer.

        I think the benefits of rust far outweigh it’s drawbacks (including the learning time).