> If there is a way to translate class files into dex you may be in luck.
Well, there certainly is. I guess I assumed there would be more to it than that. (I'm still very new to both JVM & Android.)
> Loop can implement interfaces in java so it should be trivial to call into.
That sounds easy enough.
> I don't know if it will be fast enough on android though, compared to say, scala, because i havent spent much time optimizing method dispatch and such.
This could surely dampen my enthusiasm, Dhanji!
> One alternative is to write a CodeEmitter plugin, which outputs Java source directly.
That's an appealing idea, to operate CoffeeScript style. It's a tempting feature of Xtend (but not tempting enough, because I want to get away from Eclipse). I wonder why Mirah apparently dropped this feature.
Thanks for humoring me.