top | item 45351267

(no title)

dmytrish | 5 months ago

Actually, the strong type system is often why people like to write Rust. Because encoding logic invariants in it also helps to prevent logic bugs!

There is a significant crowd of people who don't necessarily love borrow checker, but traits/proper generic types/enums win them over Go/Python. But yes, it takes significant maturity to recognize and know how to use types properly.

discuss

order

jamincan|5 months ago

To the extent that one of the most common things rust users wish for is Rust, but without the borrow checker.