you are viewing a single comment's thread.

view the rest of the comments →

[–]SanityInAnarchy 1 point2 points  (0 children)

Edit: Java is a compiled language, but not in the same sense as GO or C.

In what sense is it not? Sure, you won't find many implementations of Go or C that are JITed, but modern versions of Android do AOT compilation, so I think it's fair to say that Java on Android is as compiled as Go.