Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
solomonb
7mo ago
0 comments
Save
Share
What language do you use which does not have exceptions?
0 comments
2 comments · 1 top-level
top
newest
oldest
MangoToupe
7mo ago
· 1 in thread
C, Rust, Go. With a little effort, Scala can be used this way quite naturally, simply by allowing exceptions to crash the process.
AlotOfReading
7mo ago
How do you handle situations where crashing the process is inappropriate. I may not
care
that a library doesn't like its log file or network socket disappearing, but I very much care if its exception about that event kills the entire process.
j
/
k
navigate · click thread line to collapse