[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
problems with the Rust language
- To: robert
- Subject: problems with the Rust language
- From: http://dummy.us.eu.org/robert (Robert)
- Date: Sat, 20 Jun 2026 07:47:35 -0700
https://www.youtube.com/watch?v=gKKZvnRYzFI
This guy brings up some really good points, especially inferred types.
This is one thing that I always hated about C++ operators is that they
create a layer of opaqueness, and the inferred types in Rust seem to do
the same thing. It makes it difficult to reason about code, not to
mention fix compilation bugs. (This also does make Zig more appealing.)