A half-hour to learn Rust
141–150 of 342 posts
Re: A half-hour to learn Rust
#142Re: A half-hour to learn Rust
#143Re: A half-hour to learn Rust
#144What I would like to also see in these types of well written articles is the answer to questions like "what can you do with Rust that you can not do with C?"
Re: A half-hour to learn Rust
#145What I would like to also see in these types of well written articles is the answer to questions like "what can you do with Rust that you can not do with C?"
Re: A half-hour to learn Rust
#146I'm proficient in C#. I haven't yet encountered any problems I can't solve with C# and the .Net open source ecosystem. (Perhaps that says more about the banality of the problems I'm solving than about .Net, but there you are.)
What would Rust give me the tools to do that I can't already accomplish with C# / .Net Core?
Re: A half-hour to learn Rust
#147Re: A half-hour to learn Rust
#148Preface: This is an honest question, not an attempt to start a "which language is better" war. I'm proficient in C#. I haven't yet encountered any problems I can't solve with C# and the .Net open source ecosystem. (Perhaps that says more about the banality of the problems I'm solving than about .Net, but there you are.) What would Rust give me the tools to do that I can't already accomplish with C# / .Net Core?
If you're primarily doing app dev work, be it desktop or web, you wouldn't really benefit much from it. Although I think Rust code can be compiled to wasm so you could use it as part of webdev work.
You might also find this an interesting read from the same author: https://fasterthanli.me/articles/i-am-a-java-csharp-c-or-cpl...
Re: A half-hour to learn Rust
#149Re: A half-hour to learn Rust
#150Preface: This is an honest question, not an attempt to start a "which language is better" war. I'm proficient in C#. I haven't yet encountered any problems I can't solve with C# and the .Net open source ecosystem. (Perhaps that says more about the banality of the problems I'm solving than about .Net, but there you are.) What would Rust give me the tools to do that I can't already accomplish with C# / .Net Core?