Hacker News new | ask | show | jobs
by klibertp 3639 days ago
Take a look at Common Lisp and Dylan and their respective condition/restart systems. This is how error handling should look like: they let you handle your errors where it makes sense and naturally recover from them if it's possible.