Stories
Slash Boxes
Comments

SoylentNews is people

posted by martyb on Saturday August 05 2017, @03:47PM   Printer-friendly
from the ALL-programmers-know-profanity dept.

Among developers, Python is the most popular programming language, followed by C, Java, C++, and JavaScript; among employers, Java is the most sought after, followed by C, Python, C++, and JavaScript.

Or so says the 2017 IEEE Spectrum ranking, published this week.

IEEE Spectrum, a publication of the The Institute of Electrical and Electronics Engineers, a technical advocacy organization, says it evaluated 12 metrics from 10 sources to arrive at this conclusion.

It claims to have culled data from Google Search, Google Trends, Twitter, GitHub, Stack Overflow, Reddit, Hacker News, CareerBuilder, Dice, and its own digital library.

https://www.theregister.co.uk/2017/07/21/python_java_c_programming_languages/


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by opinionated_science on Saturday August 05 2017, @07:49PM

    by opinionated_science (4031) on Saturday August 05 2017, @07:49PM (#549185)

    that's kinda awesome!

    I got use to no brackets (less typing), and from perl python lacks the intutive regex stuff.

    Something I have not found a replacement for is "for(inti=0; i10 ; i++)" type syntax, being stuch with "while i10:".

    I know there is for i in range(): type expressions, but having the for manage increments etc seems neater.

    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2