Anonymous
8/22/2025, 2:37:22 PM
No.106346325
>>106335208
The borrow checker has to be subverted to build anything serious. Rustfags live in a hypothetical universe where everything is clean and can be put into its box. In reality shared mutable state is almost always unavoidable for any program that isn't another shitty webapp and Rust is easily the worst language you can choose where shared mutable state is a thing. Also RAII, which Rustfags love and shill as idiomatic, will make your a worse programmer. Take the condom off and manage the memory yourself. You will surprise yourself how quickly you will improve and how well you are able to manage your own allocations (hint - arenas) and once you have that kind of control you will never find shit like modern C++ or Rust an acceptable language to use again.
The borrow checker has to be subverted to build anything serious. Rustfags live in a hypothetical universe where everything is clean and can be put into its box. In reality shared mutable state is almost always unavoidable for any program that isn't another shitty webapp and Rust is easily the worst language you can choose where shared mutable state is a thing. Also RAII, which Rustfags love and shill as idiomatic, will make your a worse programmer. Take the condom off and manage the memory yourself. You will surprise yourself how quickly you will improve and how well you are able to manage your own allocations (hint - arenas) and once you have that kind of control you will never find shit like modern C++ or Rust an acceptable language to use again.