logoalt Hacker News

za3farantoday at 3:10 AM0 repliesview on HN

> In a highly dynamic language you may not get

Being dynamic is secondary. A language that uses exceptions for errors does not always need to surround every try with a catch if the code doesn't need to. You have a top level handler that would catch everything.