Even through it has some flaws, e.g. it’s not fully memory safe (there are some programming languages that are even safer, like Ada)?

  • jansk@beehaw.org
    link
    fedilink
    arrow-up
    0
    ·
    30 days ago

    If you learn Rust, you’ll find that you’d choose it over C/++ even without the brrow checker. Every little part of the development experience is just so much better.

    • SubArcticTundra@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      15 days ago

      The only thing I hate about rust is how it does not respect my hard disk. It downloads all the dependencies and staticly links them into each project. Hrrrrrr