Hacker News new | ask | show | jobs
by andreasvc 4172 days ago
Why not? Because building on a solid foundation makes for more reliable and robust programs. Things like Shellshock and the Valve bash bug that wiped out all your files demonstrate that the shell scripting languages have fundamental design flaws which make bugs more likely than in other languages.
1 comments

I wouldn't suggest writing user-facing shell scripts, and bugs (even big ones) happen with other languages all the time. I don't want to see large pieces of software written entirely in bash, but scripting where it's useful is fine with me.