“Rust’s compiler prevents common bugs” So does skill. No offense to you, but, this trope is getting so tiresome. If you like the language then go ahead and use it. What is it with the rust crowd that they have to come acrosslike people trying to convert your religion at your front door?

  • tatterdemalion
    link
    fedilink
    arrow-up
    26
    ·
    4 months ago

    Your first point is not true. There are valid uses of memory sharing that rust will reject.

    • smiletolerantly@awful.systems
      link
      fedilink
      arrow-up
      8
      arrow-down
      1
      ·
      4 months ago

      Curious what you are talking about. Multi-threaded sharing of memory for example is also easy with rust, it just doesn’t let you wrote and read at the same time, and so on.