Slashdot Mirror


Survey: JavaScript is the Most-Used Language, But Java is the Most Popular (sdtimes.com)

An anonymous reader quotes SD Times Java remains the most popular primary programming language, but JavaScript is the most used programming language overall. That is according to a recently released report from JetBrains on the State of the Developer Ecosystem in 2018. The report surveyed more than 6,000 developers from 17 countries to reveal the trends driving the world of coding this year... According to the report, Java, JavaScript and Python are the top three programming languages this year, and Go is the most promising language. Twenty percent of developers use multiple versions of Go at the same time, and 26 percent set up their GOPATH per project. The top Go frameworks include Gin, Beego, Echo and Buffalo.

While 38 percent of developers have no plans to adopt any new languages this year, the top languages respondents have started to learn in the last year include Python, JavaScript, Java, Go, TypeScript and Kotlin... Eighty-two percent of respondents use IDEs while 69 percent use editors. Of those using IDEs and editors, only 12 percent cited that they don't customize their IDE/editors. In addition, 77 percent use the dark theme for their editor or IDE... Some fun facts about developers include 77 percent listen to music while they are coding; the top music to listen to includes electronic, pop and rock; 53 percent sleep seven to eight hours a night; 85 percent code on the weekends; and 57 percent prefer coffee over tea.

1 of 136 comments (clear)

  1. Re:Popularity contest say very little by Anonymous Coward · · Score: 5, Insightful

    While this undoubtedly happens, it isn't why Java is popular.

    Java is popular because it has a very large ecosystem. In its early days, Sun and especially IBM threw a lot of weight behind it. This meant it had a good IDE early on, and key libraries became available quickly (e.g. the JDBC API standardized SQL database support, and all the database companies quickly supported it).

    Also "write once, run everywhere" wasn't perfect, but it was a hell of lot better than the contemporary alternatives.

    This got the snowball rolling, and it has built up momentum ever since. Today, the Java ecosystem is simply much bigger than everyone else. More libraries, more and better tools, more installed base, more questions answered on StackOverflow, and more programmers (admittedly of varying skill levels). It is essentially the standard in corporate IT.