Live data from Hacker News

Java is back? Programming language trends for 2345 teams

blog.helloworldopen.com

1–10 of 32 posts

Re: Java is back? Programming language trends for 2345 teams

#4

Android...I'm still hoping Google will soon focus on Go and deprecate the usage of Java language for Android.

Any reason why Go is better than Java on Android? Concurrency is the reason? I personally think Go is good for System Programming, e.g. Docker, GoRouter (Cloud Foundry), etc.

Re: Java is back? Programming language trends for 2345 teams

#6

Android...I'm still hoping Google will soon focus on Go and deprecate the usage of Java language for Android.

Is there a specific reason on why? Just curious?

The usual argument "You have to use the newest shiniest tech or you suck"

Re: Java is back? Programming language trends for 2345 teams

#7
JVM languages would probably top such lists in coming years.

Think JRuby, Jython, Clojure,Javascript...etc and of course Java.

For anyone interested in trying these out, checkout HiveMind (crudzilla.com), I am the developer.

Sample screencast: http://crudzilla.com/assets/img/info-graphics/lang-demo.gif

Re: Java is back? Programming language trends for 2345 teams

#8

Android...I'm still hoping Google will soon focus on Go and deprecate the usage of Java language for Android.

Any reason why Go is better than Java on Android? Concurrency is the reason? I personally think Go is good for System Programming, e.g. Docker, GoRouter (Cloud Foundry), etc.

Another reason would be that JNI is horrible and if you need to mix your app with native code you are out of luck.

Re: Java is back? Programming language trends for 2345 teams

#9

Java is here to stay. We are a small startup, but I am building our entire backend in Java 8.

definitely a smart choice...especially if you are thinking of something that can adapt to evolving technology, so far I haven't found a platform quite as flexible.

Re: Java is back? Programming language trends for 2345 teams

#10

Earlier quoted context omitted.

Any reason why Go is better than Java on Android? Concurrency is the reason? I personally think Go is good for System Programming, e.g. Docker, GoRouter (Cloud Foundry), etc.

Another reason would be that JNI is horrible and if you need to mix your app with native code you are out of luck.

So Go solve the problem, right? How is Go's OpenGL/OpenGL ES?
Post reply on HN