this post was submitted on 28 Jun 2023
10 points (100.0% liked)

Rust Programming

8758 readers
1 users here now

founded 6 years ago
MODERATORS
 

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

top 3 comments
sorted by: hot top controversial new old
[–] solrize@lemmy.ml 2 points 2 years ago (1 children)

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.ml 1 points 2 years ago (1 children)

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.

[–] solrize@lemmy.ml 1 points 2 years ago

Yeah true. Newbies don't get hired at Google ;).