We use Clojure because of simplicity, performance and great fit to our problem domain: processing a lot of structured data.
Based on my experience so far, Clojure is my go-to language for most tasks, except for when a fast startup time and a low resource footprint is required - basically CLI tools. That's slowly starting to change thanks to native-image and GraalVM