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

I still understand the argument of the C greybeard to Rust knowledge gap though.

The patterns that Rust enforces are usually good practice in concurrent C programs, too. Of course, there are things that you can express in C which Safe Rust would not allow - but the same is true for Assembly language. And this alone is little reason to use Assembly.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 1 month ago

    Yes, I agree completely, but we don’t have a bunch of Assembly diehards working on Linux, so the parallel - while accurate - feels out of scope.

    Ultimately, it comes down to thoughtful transitions over a reasonable period of time.

  • source
  • parent