2012/11/26 John Gabriele <jmg3...@gmail.com>

> What are currently the main limitations in creating and running
> Clojure programs on Android? (Does some limited subset of Clojure
> work? Does the bytecode that Clojure produces run on Dalvik?)
>

Clojure on Android is alive and well as far as I'm aware. I'm not currently
using it, but last time I checked, even eval, hence the REPL worked.
Mr. Solano Gómez pulled that off by dexing the dex utility for use on
android.

The main drawback is startup time, which is a couple of seconds on my
Galaxy Nexus.

Therefore, and because of portability, I write my current android project
in ClojureScript.


> Is it currently possible to write your Android app in Java but then
> call out to app code written in Clojure?
>

Same as with Clojure on the JVM. Google's work to making Dalvik compliant
really pays off.

Also: https://groups.google.com/forum/?fromgroups#!forum/clojure-android

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to