Comments by "" (@diadetediotedio6918) on "Rust Is Coming to The Linux Kernel and I'm Not Sure How to Feel" video.

  1. 14
  2. 7
  3. 6
  4. 5
  5. 4
  6. 3
  7. 2
  8. 2
  9. 2
  10. 2
  11. 2
  12. 2
  13. 2
  14. 2
  15. 1
  16. 1
  17. 1
  18. 1
  19. 1
  20. 1
  21. 1
  22. 1
  23. 1
  24.  @Tachi107  Don't worry, I meant it sounded aggressive, in the sense that it sounded a lot more provocative than it should have, but I can understand what you mean. Well, I personally think that Torvalds, being the creator of Linux and the one who names the kernel itself, has had enough time to consider all these issues, and frankly, I imagine this is going to be more of a test than an absolute implementation, then we will be able to see in practice whether or not these language problems will really prove to be insoluble problems, or if they will just be considerations to improve it over time, I believe it is insufficient to drop an entire language that has so much power, like this (there is a lot of more rust than borrow-checker, safe concurrency is one of its big selling points too, and that's quite interesting for a kernel). I think in terms of standardization this isn't a big problem either, I mean a good part of the reason why C/C++ are such "static" languages ​​is because they aren't willing to change quickly to solve their problems, the rust developers have been very helpful over the years and the language has been making great strides (from the article itself, it seems to me that the current barrier to solving that question is much more a proper formalization of the problem and the solution than a unavailability of wanting to improve, which is extremely positive in this case). And as for low-level stuff needing to be implemented, that might be an unpopular opinion, but I also don't think that's a big issue, Rust is known for its stability and it seems to me that if it's possible to solve problems using this, it's probably a good solution (mainly in view of the control and fine-tuning that this brings). Don't get me wrong either, I've been a C# programmer much longer than I've been a rust programmer, and I also have my taste in C (an absolutely beautiful language indeed), and my dislikes with C++, I just try to see how many of the criticisms made of language are effectively criticisms of impediment and how many are, how to say, just a very immediate reaction. In the end, I'm hoping that the addition of the language will make the kernel more powerful and not worse at all (considering all that people have been saying about Rust, such as the recent statements by the Microsoft guy, and the fact that Torvalds himself has said that the language won't do any harm to the kernel, I believe it's a perfectly valid belief, these people wouldn't say that without reason).
    1
  25. 1