I'm kinda annoyed with Rust The
2025-02-07 20:00:03.066424+01 by Dan Lyke 0 comments
I'm... kinda annoyed with Rust. The lack of reuse of references in expressions is making code way more verbose, in a less readable way than it should be. The ownership stuff looks really kludgy, and it feels like it's hard to write code that's actually going to be performant unless the compiler is *really* smart.
Is there a systems language out there that's balancing safety and efficiency with expressiveness? Zig, Go, and Rust don't seem to be that.