A new option for Clojure on android is ClojureScript.
ClojureScript compiles Clojure into JavaScript which you can then wrap in
an app. This bypasses the Dalvik-VM entirely and avoids the load time issues,
if your app is suited to javascript. many apps looking for more tight
integration with the platform can't use this approach. If your app
can live with out tight platform integration this could save you a lot of
time.