Y
Hacker News
new
|
ask
|
show
|
jobs
by
solomonb
226 days ago
What language do you use which does not have exceptions?
1 comments
MangoToupe
226 days ago
C, Rust, Go. With a little effort, Scala can be used this way quite naturally, simply by allowing exceptions to crash the process.
link
AlotOfReading
226 days 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.
link