▲ | stonemetal12 3 days ago | |
The fact that your app crashes when you run out of stack is a compiler bug, not a feature. Memory is memory. The fact that languages in the 40s split in it to stack and heap, doesn't make it a foundational mathematical law. Yes, safety isn't correctness but if you can't even get safety then how are you supposed to get correctness? For small apps Zig probably is more practical than Rust. Just like hiring an architect and structural engineers for a fence in your back yard is less practical than winging it. | ||
▲ | ccapitalK 3 days ago | parent [-] | |
Behold, I've brought you a compiler bug. https://play.rust-lang.org/?version=stable&mode=debug&editio... |