Skip to main content

Home/ PluUltraTech Programming Languages/ Group items tagged Javascript

Rss Feed Group items tagged

spiritandfire

Developers love trendy new languages, but earn more with functional programming | Ars T... - 0 views

  • Developer Q&A site Stack Overflow performs an annual survey to find out more about the programmer community, and the latest set of results has just been published. JavaScript remains the most widely used programming language among professional developers, making that six years at the top for the lingua franca of Web development. Other Web tech including HTML (#2 in the ranking), CSS (#3), and PHP (#9). Business-oriented languages were also in wide use, with SQL at #4, Java at #5, and C# at #8. Shell scripting made a surprising showing at #6 (having not shown up at all in past years, which suggests that the questions have changed year-to-year), Python appeared at #7, and systems programming stalwart C++ rounded out the top 10. These aren't, however, the languages that developers necessarily want to use. Only three languages from the most-used top ten were in the most-loved list; Python (#3), JavaScript (#7), and C# (#8). For the third year running, that list was topped by Rust, the new systems programming language developed by Mozilla. Second on the list was Kotlin, which wasn't even in the top 20 last year. This new interest is likely due to Google's decision last year to bless the language as an official development language for Android. TypeScript, Microsoft's better JavaScript than JavaScript comes in at fourth, with Google's Go language coming in at fifth. Smalltalk, last year's second-most loved, is nowhere to be seen this time around. These languages may be well-liked, but it looks as if the big money is elsewhere. Globally, F# and OCaml are the top average earners, and in the US, Erlang, Scala, and OCaml are the ones to aim for. Visual Basic 6, Cobol, and CoffeeScript were the top three most-dreaded, which is news that will surprise nobody who is still maintaining Visual Basic 6 applications thousands of years after they were originally written. Stack Overflow also asked devs about one of today's hot-button issues: artificial intelligence. Only 20 percent of devs were worried about AI taking jobs (compared to 41 percent excited by that possibility—no doubt the Visual Basic 6 devs hope that one day computers will be able to do their jobs for them), but a remarkable 28 percent were concerned by AI intelligence surpassing human intelligence, and 29 percent concerned about algorithms making important decisions more generally. Among developers that actually know what they're talking about, however, the concerns seemed to shift: data scientists and machine-learning specialists were 1.5 times more likely to be concerned about algorithmic fairness of AI systems than they were any singularity. Even if AI is evil, most developers don't think it's the fault of the programmers. Fifty-eight percent say that ethics are the responsibility of upper management, 23 percent the inventor of the unethical idea, and just 20 percent think that they're the responsibility of the developer who actually wrote the code. If the Volkswagen emissions scandal is anything to judge by, the developers may not be completely off the mark; thus far, arrests appear to have been restricted to executives and engineers who designed the emissions test-defeating software, leaving the people who wrote the code unscathed.
spiritandfire

Apple's Swift Programming Language Is Now Top Tier | WIRED - 0 views

  • Apple's programming language Swift is less than four years old, but a new report finds that it's already as popular as its predecessor, Apple's more established Objective-C language.Swift is now tied with Objective-C at number 10 in the rankings conducted by analyst firm RedMonk. It's hardly a surprise that programmers are interested in Apple's language, which can be used to build applications for the iPhone, Apple Watch, Macintosh computers, and even web applications. But the speed at which it jumped in the ranks is astonishing. Swift is the fastest growing language RedMonk has seen since it started compiling these rankings in 2011. Even Go, a programming language that Google released in 2009, hasn't been able to break into the top 10.The second fastest grower is Kotlin, which Google now officially supports on Android. It leaped from number 46 in the third quarter of 2017 to number 27 in January.RedMonk's rankings don't necessarily reflect whether companies are using these languages for real-world projects, or how many jobs are available for developers who know them. Instead, the firm tries to gauge how interested programmers are in these languages. Popularity among programmers could influence business decisions such as what languages to use for new projects.RedMonk compiles its rankings by looking at the number of questions people ask about each language on the question and answer site Stack Overflow as well as the number of projects using particular languages on the code hosting and collaboration site GitHub. The methodology was originally created by data scientists Drew Conway and John Myles White in 2010.Apple first released Swift in 2014. The idea was not just to make it easier for new developers to learn to program, but to simplify life for experienced coders as well. Many languages over the years have aimed to smooth the programming process by offering syntax that's easier to read or building in features that programmers otherwise commonly write from scratch. But these sorts of languages often produced applications that ran more slowly than ones written in more difficult programming languages. Swift aimed to combine programmer-friendly features with performance.Kotlin, which was created by the company JetBrains and officially released in 2016, has similar goals. What sets Kotlin apart is that it's compatible with the widely used Java programming language, which means programmers can include Java code in their Kotlin programs, or even write new features for Java applications using Kotlin. Kotlin had already received widespread attention from Java developers, but once Google announced full support for the language on Android, interest skyrocketed. RedMonk analyst Stephen O'Grady pointed out in the report that Kotlin’s Java roots could help it find its way into more places than Swift, such as large enterprise applications.Apart from the big gains for Swift and Kotlin, the RedMonk rankings changed fairly little this quarter. JavaScript and Java remained the two most popular languages, closely followed by Python, PHP, and C#. As O'Grady notes in the report, it’s becoming harder and harder for new languages to break into the top 20. That makes the rise of Swift and Kotlin all the more impressive.
1 - 3 of 3
Showing 20 items per page