> Compare that to JavaScript, which will happily fail if you use new syntax or a missing function, and thus web pages which rely on JS often show up as just a full screen of white when something goes wrong, which it frequently does.
Isn't that more due to failure to handle exceptions and display errors to users?
Isn't that more due to failure to handle exceptions and display errors to users?