I put together some notes and hints on how to share Clojure functions with
an Android app in Java for the Portland Clojure meetup.

https://github.com/cesarpinera/TargetAndroid

Clojure is hard on the device's resources, particularly memory. Also,
there's somethings that don't work terribly well with Dalvik, such as
concurrency. Still, it works. I would definitely not consider it for a real
world product, though.



On Mon, Nov 26, 2012 at 1:28 PM, John Gabriele <jmg3...@gmail.com> wrote:

> Hi,
>
> What is the current status of Clojure on Android? That is, for
> creating Android apps in Clojure.
>
> I found this http://dev.clojure.org/display/design/Android+Support ,
> but it appears to have been last-updated Feb 2011.
>
> 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?)
>
> Is it currently possible to write your Android app in Java but then
> call out to app code written in Clojure?
>
> Thanks!
> ---John
>
> --
> 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
>

-- 
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