• artificialfish@programming.dev
    link
    fedilink
    English
    arrow-up
    4
    ·
    5 days ago

    I don’t know but I don’t think rust has that problem. In fact I’ve always thought its data ownership paradigm is literally the most optimal approach to concurrency and parallelism. I really love using rayon in rust for instance.

    • solrize@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      5 days ago

      True, but of course it’s always a trade-off. At a certain point I have to defer to your judgment, at least until I’ve written some Rust code. But I’ve written a fair amount of C++ and a little bit of Ada and don’t find them all that convenient compared to Python or Haskell or whatever. We’ll see. ;)