🦀 Why Zig Feels More Practical Than Rust for Real-World CLI Tools / Dayvi Schuster
「 the borrow checker can only catch issues at comptime but it will not fix the underlying issue that is developers misunderstanding memory lifetimes or overcomplicated ownership. The compiler can only enforce the rules you’re trying to follow; it can’t teach you good patterns, and it won’t save you from bad design choices 」
https://dayvster.com/blog/why-zig-feels-more-practical-than-rust-for-real-world-cli-tools/