When I need a language for the purpose of controlling a compiled program, as the term "scripting" suggests, I'm more likely to write one built for the purpose
When I need to quickly write a command line tool to perform computation specific to my current task or setup, and I don't care how fast it runs, I just use Bash or Python