A couple decades ago I remember somebody using awk in programming competitions, as a stunt, and doing surprisingly well. For tasks involving text processing it has a huge advantage, and it ends up doing ok with other stuff.
I’ve had people be very confused and perplexed when I told them awk is a programming language in the past lol. Most seem to think it’s solely a tool like sort or uniq etc