From my personal experience I can tell you 2 reasons. The first is that this is the first general purpose language that can be used for all projects. You can use it on the web browser with web assembly, it is good for backend and it also is low level enough to use it for OS development and embedded. Other languages are good only for some thing and really bad for others. The second reason is that it is designed around catching errors at compile time. The error handling and strict typing forces the developer to handle errors. I have to spend more time creating the program but considerably less time finding and fixing bugs.
- 0 Posts
- 2 Comments
Joined 2 years ago
Cake day: November 10th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Before using Rust I was using C++ for most projects and while it is a really powerful language there were some big problems: