mfa*_*con 14 android programming-languages scala clojure
我想开始创建Android应用程序,但我不喜欢Java.我读过scala可以用来做它.还有其他选择吗?(Clojure?)
我是一名Python/Django开发人员,所以学习一门完全不同的语言会很棒.
Fre*_*ott 11
At this point Scala is the one that is most mature..I wanted to try groovy myself but its not even out of alpha..
Plus Scala on android has docs..:)
小智 5
使用基于Ruby的非常年轻的语言Mirah(以前称为Duby)并不难做到,它编译为基本上与Java无法区分的字节码,但添加了一些很棒的新功能,如闭包,类型推断,以及显然类似Ruby的语法.它特别适合Android,因为它在JDK之外没有运行时或标准库(它使用编译器插件),而基本上所有其他JVM语言带来了很多包袱,特别是那些不是针对JVM的语言(比如Ruby和Python).
http://github.com/technomancy/Garrett
比编写Java好多了!