This is a feature request rather than a bug question.
I was just working on self-executable jars, and it would be very handy to put something into the manifest for clojure.main to know what to do on startup, similarly to how the jvm does with the main class. This would save me the trouble of needing to perform AOT to make a release to production.
Main-Class: clojure.main
Main-Namespace: my.cool.ns