| Author |
Clojure on Dalvik
|
Sanjeev Ba
Ranch Hand
Joined: Dec 31, 2006
Posts: 37
|
|
I read that Clojure is targetted at the JVM.
Is there any plan to port it on the Dalvik VM?
|
 |
Sean Corfield
Ranch Hand
Joined: Feb 09, 2011
Posts: 193
|
|
|
See http://www.deepbluelambda.org/programming/clojure/clojure-for-android-source-published for the latest state of play with Clojure on Android. That blog has quite a few posts about Clojure on Android (Daniel Solano Gómez has also presented on this subject at Clojure conferences).
|
 |
Chas Emerick
author
Greenhorn
Joined: Jun 27, 2012
Posts: 27
|
|
Daniel also maintains neko, a project that aids in the development of Android apps using Clojure. A key piece of it is an extension to the Android SDK's toolchain to make building the Clojure bits of your app automatic using the standard workflows provided by that toolchain (Ant, adb, and so on).
Daniel's latest talk on using Clojure on Android can be seen here.
--
(coauthor of Clojure Programming from O'Reilly; creator of Clojure Atlas)
|
 |
 |
|
|
subject: Clojure on Dalvik
|
|
|