AFAIK, there's only one issue keeping the current master (and 1.1) from running on Dalvik:
https://www.assembla.com/spaces/clojure/tickets/199-chunked-seqs-support--for--byte-code-can-t-be-converted-to-dex-for-dalvik So clone the 1.1.x branch from Rich and revert commit 306ef6 and it may just work.. Boris Mizhen - 迷阵 <[email protected]> writes: > I wonder what is the current state of Clojure @ Android? > Is 1.1 running without modifications? > If someone is running it, could you share your build.xml and/or any tips? > > Thank you, > Boris > > > On Tue, Mar 23, 2010 at 4:24 PM, Alex Coventry <[email protected]> wrote: >> 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. >> -- 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
