I'm writing a Clojure app with a NSStatusBar UI on OS X. What is the best practice for this?
I'm aware of ClojureM that compiles Clojure to Objective-C (based on ClojureScript), but that's not what I'm looking for. My app will run on a JVM and just needs to talk to NSStatusBar.