• sugar_in_your_tea@sh.itjust.works
    link
    fedilink
    arrow-up
    5
    ·
    3 days ago

    Exactly. If there’s only one thing I could bring from Rust into another language, it would be Mutexes. It’s so nice to guarantee safe access to data.

    • nous@programming.dev
      link
      fedilink
      English
      arrow-up
      5
      ·
      edit-2
      2 days ago

      Rust mutexes would be nice. But I think for me that one thing for me would be its enums.

      • 5C5C5C@programming.dev
        link
        fedilink
        arrow-up
        4
        ·
        2 days ago

        But only if pattern matching were included, otherwise they would be as unpleasant as C++'s std::variant.