Ruby/Linux. It was pretty simple and I got the code written and tested in about an hour. Just needed to do some simple database updates concurrently to finish a data migration from MySQL -> PostgreSQL in a timely fashion.
Doing them single threaded would have taken β24 hours. Doing them in parallel spread over about 170 threads on 64 core servers got it done in about 30 minutes.