| ▲ | vlovich123 4 hours ago | |
Claude struggling at Rust: not getting types correct, using the wrong abstractions, not implementing things correctly Claude struggling at Zig: the above + memory safety issues if you run “fast” mode. It is generally true that Rust code tends to be written in a way that the compiler catches the issue at compile time. The same is not as true for Zig, Python or JS | ||