|
|
|
|
|
by umanwizard
263 days ago
|
|
> That, and all languages more or less converged to the same functionality with different syntax/naming conventions. That is not even close to true. In Go or C or C++ I have to respect comments that say “make sure to hold mutex foo before calling this function!” In Rust I don’t, the type system enforces it at compile time. That alone is a huge difference and there are many differences like that. |
|