Dalvik (the VM android uses) only runs AOT compiled Clojure code. Swank needs to be able to compile Clojure code at runtime. This is not (yet) possible on Dalvik because it uses incompatible bytecode; compiled classes need to be translated to DEX files before being deployed on android.
I doubt runtime compilation of Clojure on Dalvik will be available anytime soon. I am not even sure ASM-like libraries are possible on this VM. 2009/3/27 Marko Kocić <marko.ko...@gmail.com>: > > After some googling I found out that some people were able to run > Clojure on Android phones. Did anyone tried to port swank to Android? > > It might seem like a good idea to start swank server on the phone, > connnect with slime, and have good old live programming environment. > > Regards, > Marko Kocić > > > > --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---