Hacker News new | ask | show | jobs
by Alupis 3841 days ago
Build scripts for various things are often done in bash, and functions are quite helpful there (unified cleanup routine, for example).

Just because you can do something in <pet-language-name-here>, doesn't mean it's best done in <pet-language-name-here>.