|
|
|
|
|
by aeve890
211 days ago
|
|
> What is the point of C++ in 2025 except to maintain a large, existing source code base? Half of useful things to do are impossible or plain cumbersome to write in rust given the semantics and constraints of the borrow checker. Try to write self referential structures in rust and you'll have a more nuanced opinion. |
|
Feel free to use unsafe {} when you need it, though.