• 1 Post
  • 626 Comments
Joined 1 year ago
cake
Cake day: April 3rd, 2024

help-circle





  • As a long time C/C++ developer, I think it has a lot of really great ideas. The one thing preventing me from using it a lot more is that there is no stable ABI that would allow to use shared libraries in Rust - everything is statically linked, and if I use the same crates in a number of programs, the same code exists in each of these programs. That is not really a good thing whne you try to develop for a system with very limited space and where program load times make a difference, such as for certain embedded platforms.

    But honestly, Rust support in the Linux kernel? Java never got that far, nor any other language (apart from C, obviously).