Y
Hacker News
new
|
ask
|
show
|
jobs
by
hamandcheese
395 days ago
> panicking can be handled but not recovered. Panicking is always fatal in Zig.
What does it mean to "handle" but not "recover" a panic?
1 comments
Zambyte
395 days ago
Dumping the log somewhere, telling the user that the program is exiting, things like that.
link