(no title)
ctz
|
9 months ago
It is instructive to compare Bun and Deno's issue tracker. Like, the five most recent issues for Bun at the time of writing are all crashes. Some of these are controlled panics or assertion failures, but others are like "we are now executing from address -1" or "we are trying to read from address 0x00000069." Recently written software simply should not have these classes of problem.
Sytten|9 months ago
This is really a case were Rust will shine compare to Zig.
pjmlp|9 months ago
Yes, preferably safer than C ever was, but that isn't what a 21st century systems language is supposed to be.
nicce|9 months ago