OPERATING SYSTEMSOS Linux

Microsoft just gave up C/C++ (use Rust!)

Big news! Microsoft just decided to go full force on Rust! What does this mean for Rust developers like you and me?

source

by Let’s Get Rusty

linux foundation

19 thoughts on “Microsoft just gave up C/C++ (use Rust!)

  • Does this mean pop os and windows apps will become better compatible with one another in the future? The real threat of Linux and customer frustration is starting to show.

  • I have always heard about how great RusT is, but reality tells me that there is no perfect thing in this world. Why hasn't anyone mentioned the drawbacks of Rust?

  • DO NOT TRUST MICROSOFT!!!

  • Microsoft has official Rust libraries for the Win32 API. It's just a thin veil over the C++ API though, and all the example code starts by opening an unsafe block. Neither safe nor ergonomic. Hopefully they make a nicer API that isn't too high level (slow).

  • They didn't say anything about giving up C/C++. Clickbaiters are turds.

  • I love c++ and I think that the coding standard should enforce good code, not the compiler. (const-correctness, the use of smart ptr, …)

    But still, this is a very good news from Microsoft

  • Highly doubt it, they will integrate rust bindings to the kernel & W32API, therefore allowing layer-up Rust development, but they aren't rewritring Windows to be 100% rust.

  • Seems like good news for Rust developers and for Microsoft Users.

  • When i was at Meta people were stsrting to use rust more. I think Rust is the recommended goto for scripts meta now.
    Btw even if 10million is pennies, its a commitment to allow devs to use it, support the training and the software over the long run. The cost is much higher in the long run and its the initial optionality it gives for Rust which is important

Comments are closed.