My impression from reading Remco van 't Veer's posts about his experience running clojure on Android is that it tends to be slow in general because introspection is expensive in Dalvik. So while you can sprinkle typehints throughout your own code, you really don't want to do that to the core, and hence startup remains expensive. I could easily be wrong about that, though.
On Mar 23, 4:11 pm, Michael Kohl <[email protected]> wrote: > I thought there are some issues re the Dalvik VM and Clojure? Does > anyone have experience with this? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en To unsubscribe from this group, send email to clojure+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
