[Format recovered from top posting. > On Thu, May 20, 2010 at 3:21 PM, rob levy <r.p.l...@gmail.com> wrote: > > On Thu, May 20, 2010 at 12:37 PM, David Blubaugh < > > davidblubaugh2...@gmail.com> wrote: > >> Has anyone yet ported clojure to the android cellphones at this > >> time ?? I want to develop applications for the Android cellphones by > >> utilizing a dialect of the lisp programming language > > > > Check-out http://github.com/remvee/clojurehelloandroid > > > > I'm surprised we don't hear more talk of people doing this. It's on my > > list of things to do too (I just got an mp3 player that runs Android 1.6 and > > I'm going to start with Remvee's Hello World example).
Me as well, except the Android SDK doesn't run on any of my native desktops, so I'm going the longer way 'round... For a REPL on your phone, try here: http://groups.google.com/group/clojure/browse_thread/thread/14725172c626642c?pli=1 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. <mike -- Mike Meyer <m...@mired.org> http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information. O< ascii ribbon campaign - stop html mail - www.asciiribbon.org -- 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