• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Clojure on Dalvik

 
Ranch Hand
Posts: 41
Android Chrome Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I read that Clojure is targetted at the JVM.
Is there any plan to port it on the Dalvik VM?
 
Rancher
Posts: 379
22
Mac OS X Monad Clojure Linux
  • Likes 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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).
 
author
Posts: 27
Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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)
 
reply
    Bookmark Topic Watch Topic
  • New Topic