qunfeng wang wrote:Java as a platform, has been developed for more than ten years.
Java is less than 5 years older than
JavaScript, both have been developed for more than ten years.
qunfeng wang wrote:There are lots of good libraries available there. It will be a big waste to drop them and develop the same thing in JavaScript again.
The same is true of any programming language switch, it was true of all Java implementations at one point. Though several of the server-side implementations are actually implemented on the JRE and allow you to access Java libraries (not Node, though).
qunfeng wang wrote:My another concern is: Is JavaScript a really good language? Although it has some good parts, it's far from a goodlanguage. The JavaScript is popular due much to it's a language for the web. I have played with Python and Scala this year, I think both of them are better than JavaScript. Especially the Scala, it's based on the Java platform.
Well that's always going to come down to a matter of opinion, but you might be interested in
JavaScript: The Good Parts (there's also a book).