Stories
Slash Boxes
Comments

SoylentNews is people

posted by cmn32480 on Saturday August 22 2015, @04:03PM   Printer-friendly
from the java-is-in-the-lead-because-of-the-caffine dept.

Think of it as a map of the rapidly changing world of computer software.

On Wednesday, GitHub published a graph tracking the popularity of various programming languages on its eponymous Internet service, a tool that lets anyone store, edit, and collaborate on software code. In recent years, GitHub.com has become the primary means of housing open source software—code that's freely available to the world at large; an increasing number of businesses are using the service for private code, as well. A look at how the languages that predominate on GitHub have changed over time is a look at how the software game is evolving.

In particular, the graph reveals just how much open source has grown in recent years. It shows that even technologies that grew up in the years before the recent open source boom are thriving in this new world order—that open source has spread well beyond the tools and the companies typically associated with the movement. Providing a quicker, cheaper, and more comprehensive way of building software, open source is now mainstream. And the mainstream is now open source.

Hmm, Perl has been declining...


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: 3, Informative) by Nerdfest on Saturday August 22 2015, @07:21PM

    by Nerdfest (80) on Saturday August 22 2015, @07:21PM (#226355)

    If you like some of the features of Java but hate the boilerplate code, try Groovy. You can mix it seamlessly with Java and it adds a pile of the features that really should have been there earlier, including generated getters and setters, traits, closures, fantastic collection handling, and a variety of other goodies. I'll generally use it these days for at least model objects to avoid the ridiculous boilerplate code required. I was originally looking at pre-compile annotations to clean up some of the tedious stuff, but Groovy is a way better solution.

    Starting Score:    1  point
    Moderation   +1  
       Informative=1, Total=1
    Extra 'Informative' Modifier   0  
    Karma-Bonus Modifier   +1  

    Total Score:   3  
  • (Score: 2, Interesting) by Post-Nihilist on Saturday August 22 2015, @09:49PM

    by Post-Nihilist (5672) on Saturday August 22 2015, @09:49PM (#226405)

    Groovy is also wonderful for shell scripting, I now use it instead of Perl. But if you do use groovy as a stand-alone script engine, use the interpreted mode of java, unless your script execution time is so long the 1 or 2 seconds of AOT compiling is negligible. (the jvm flag to use is -Xint)

    --
    Be like us, be different, be a nihilist!!!