On Sat, 13 Nov 2010 17:34:00 +0600, Petr Gladkikh wrote: > 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.
Nah, the slowness is actually due to the typical Clojure program generating lots of ephemeral objects (because data structures are immutable), relying on the JVM's efficient garbage collection. The Dalvik VM is less mature and does not do this as well. It's only in Android 2.2 that they even have a JIT! But things should improve over time, nonetheless. -- Michel Alexandre Salim Clojure contributor: http://clojure.org/contributing GPG key ID: 78884778 µblog: http://identi.ca/hircus | Jabber: hir...@jabber.ccc.de http://twitter.com/hircus | IRC: hir...@irc.freenode.net () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments -- 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