• Tony Bark@pawb.social
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    11
    ·
    20 hours ago

    A tone of AI and crypto projects are written in Rust. So I highly doubt that.

    • HER0@beehaw.org
      link
      fedilink
      arrow-up
      7
      arrow-down
      3
      ·
      18 hours ago

      The topic of the talk was how Rust eliminates classes of errors (and security issues) that are being very frequently found and reported. An example given: you can’t forget to lock/unlock when using the locking types in Rust.

      That Rust can be (and has been) used in AI and crypto projects isn’t relevant to this argument.

    • TehPers@beehaw.org
      link
      fedilink
      English
      arrow-up
      2
      ·
      16 hours ago

      They are also written in C++. In fact, even the most used Python ones are written in C++ and C.