Earlier quoted context omitted.
Unfortunately, despite consistently hearing about how enjoyable Clojure is, I think many people are turned off by the JVM. This is probably also the problem with Scala, which is apparently also enjoyable to use.
JVM and .NET are the top runtimes with best in game GC implementatios, JIT compilers, JIT code cache, and monitoring tools for production code. In fact plenty of them, given that there are multiple implementation to choose from. Meanwhile other languages keep playing catchup and having to rewrite extensions in C.
[1]: https://www.eclipse.org/mat/about/screenshots.php>
EDIT: A bit more googling and I found https://memprofiler.com/> for .NET which seems to have a similar feature, called "Instance Graph".