Google’s open source blog put out a post on their experiences with Rust so far; definitely an interesting read!

  • @solrize@lemmy.ml
    link
    fedilink
    English
    21 year ago

    Meh, article is ok but not that informative. Tldr is that they like Rust, that new Rust programmers don’t take unbearably long to come up to speed, that the compiler is slow but the error messages are good, and that the main stumbling blocks are macros, async programming, and the borrow checkers.

    • @Sonic12040@lemmy.mlOP
      link
      fedilink
      English
      11 year ago

      I did find it worth noting that they clarified as experienced software developers. For places with a wider gamut of experience levels, the ramp-up time could remain an issue, which is a fear I have when talking with my own team at work about Rust when many have trouble with Java coming from JavaScript-only.