Hacker News new | ask | show | jobs
by andrewxdiamond 2167 days ago
Not sure if the language is at play, you can write shitty software in any language
1 comments

Yes, you can create a mess in any language. However, a lot of languages protect you against a lot of potential mistakes and also give you means of safely recovering from errors. The XML parser might not be better when written in another language, but if it is called from within an error handler, the calling program could recover from the error.