Was considering using this as comparative language teaching tool, and the thing that struck me most was the verbosity of Java compared to other languages:
fun main(args: Array<String>) {
println("Hello from Kotlin!")
}
vs.
public class Main {
public static void main(String[] args) {
System.out.println("Hello from Java!");
}
}
kwhitefoot|6 years ago
Disappointed again.
pcr910303|6 years ago
MetaCall: Inter-language foreign function interface calls
Uptrenda|6 years ago
xixixao|6 years ago
rosenjon|6 years ago
simcop2387|6 years ago
vishr|6 years ago
gumby|6 years ago
earenndil|6 years ago
6thaccount2|6 years ago
hliyan|6 years ago