On Thu, Nov 11, 2010 at 5:49 AM, Glen Rubin <rubing...@gmail.com> wrote: > Are there any mobile platforms that clojure runs well on? I saw that > clojure is available for Android, but runs very slowly.
There are some hacks (discussed on this list a while ago, IIRC) that convert dalvik code converter to dalvik bytecode to load clojure classes inside Android at run-time. If you do not need to load Clojure code at run-time, then, I suppose, performance difference would be about the same as Java vs Clojure on JVM. See this, for example, http://groups.google.com/group/clojure/browse_thread/thread/14725172c626642c?pli=1 -- Petr Gladkikh -- 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