you are viewing a single comment's thread
view the rest of the comments
[–] 12 points 1 month ago (1 child)

Rust has a lot more 'batteries included' than C, and the memory ownership model works a lot better than garbage collection or C's YOLO model. It also has built-in async/await. But you're pretty much in the same boat as C when it comes to multiprocessing or thread-safety.

Anyone building a long-running backend service would be wise to take a serious look at Rust. Personally, I'm glad Linus is open to change and isn't digging his heels in on this one.

  • source
  • parent
  • hideshow 2 child comments