• 0 Posts
  • 9 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).



  • STOP DOING C++

    • Templates were not supposed to make your error messages explode into unrecognizable gibberish
    • “Yes, please generate 5000 pages of garbage instead of an understandable error message!” - statements dreamed up by the utterly deranged

    Look at what compilers have been demanding your respect for all this time:

    ???

    They have played us for absolute fools.