|
|
|
|
|
by the__alchemist
15 days ago
|
|
> Rust is not and has never been "make literally everything safe", it's "push the unsafe boundary as low as possible and keep as much as possible above it so that you can reduce the surface area for unsafety and more easily find bugs in the unsafe code". Another definition: Rust is a lang to "Run fast and low-level software/firmware, with nicer tools, features, and syntax than the other langs which can do this"! Obviously, the value proposition you find in this case depends on the subjective nature of that regarding rust vs zig! |
|