|
|
|
|
|
by mcronce
1489 days ago
|
|
> rust also incurs a non-negligible ongoing productivity cost for its complexity This isn't really consistent with my experience. Compared to writing other languages with varying levels of strictness (C, Python, Go to name a few), Rust's compiler saves me a lot of time writing tests and finding bugs. It doesn't save me the work of fixing them, but in my experience, bugs that are hard to find and easy to fix drastically outnumber bugs that are easy to find and hard to fix. That said, I haven't tried Zig. It's on my radar, but just haven't had a new project to start lately. |
|