How much support does Microsoft give to the Rust Foundation (financial and otherwise)? Does Visual Studio (not VS Code) support Rust programming? Are there plans for an official Rust SDK for Azure? https://github.com/Azure/azure-sdk-for-rust
Why does Visual Studio need to support Rust when VS Code has amazing Rust support?
It's time to halt starting any new projects in C/C++
21–30 of 929 posts
Re: It's time to halt starting any new projects in C/C++
#22Re: It's time to halt starting any new projects in C/C++
#23For systems programming, use whatever the Linux kernel uses. For everything else, there is javascript.
>> For systems programming, use whatever the Linux kernel uses. https://www.zdnet.com/article/linus-torvalds-rust-will-go-in... >> For everything else, there is javascript. Scientific / numerical computations? GPU / CUDA programming? Machine learning? Natural language processing?
Re: It's time to halt starting any new projects in C/C++
#24Re: It's time to halt starting any new projects in C/C++
#25Re: It's time to halt starting any new projects in C/C++
#26Earlier quoted context omitted.
Why does Visual Studio need to support Rust when VS Code has amazing Rust support?
It's been ages since I last looked but IIRC Visual Studio is still the go-to and only real option for oldschool win32 programming (i.e. native windows, COM, etc.). I'm sure there are plugins and machinations to make VS Code competent at win32 too but for some companies and shops they're sticking to Visual Studio.
It should work well with VS Code.
Re: It's time to halt starting any new projects in C/C++
#27For systems programming, use whatever the Linux kernel uses. For everything else, there is javascript.
>> For systems programming, use whatever the Linux kernel uses. https://www.zdnet.com/article/linus-torvalds-rust-will-go-in... >> For everything else, there is javascript. Scientific / numerical computations? GPU / CUDA programming? Machine learning? Natural language processing?
Re: It's time to halt starting any new projects in C/C++
#28I'm waiting for Rust to support both static and dynamical link equally well. static link produces binaries too large for my embedded boards when stdlib is needed. dynamic link looks like a second class citizen to me in Rust. Is there some hope?
Re: It's time to halt starting any new projects in C/C++
#29Re: It's time to halt starting any new projects in C/C++
#30I'm waiting for Rust to support both static and dynamical link equally well. static link produces binaries too large for my embedded boards when stdlib is needed. dynamic link looks like a second class citizen to me in Rust. Is there some hope?