@regen you can create an uberjar without aot, and use clojure.main as the entry point
clojure.main
iirc that always requires specifying your main ns on the java command line though
True that. I'll consider it next time