On 2010/05/20 23:50, Mike Meyer wrote:

> Clojure on Android isn't hard to set up, but performance isn't very
> good. IIRC, there are two issues: both reflection and GC - which
> Clojure tends to use heavily - are slow on Dalvik. Possibly Froyo will
> help with that.

Froyo will include JIT for dalvik.  I doubt this will solve either the
reflection or GC bottlenecks but who knows.

BTW the latest clojure may work on dalvik but probably won't due to
issue #199[1].  Checkout my clojure fork[2] for an ancient version of
clojure that does work on dalvik.

Good luck!

Regards,
Remco


[1] http://www.assembla.com/spaces/clojure/tickets/199
[2] http://github.com/remvee/clojure

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