//No Comment - Language Rankings 2017, APL 1.7 & Rust 1.16 |
Written by Alex Armstrong | |
Tuesday, 21 March 2017 | |
• The RedMonk Programming Language Rankings: January 2017 • GNU APL 1.7 Released • Announcing Rust 1.16 Sometimes the news is reported well enough elsewhere and we have little to add other than to bring it to your attention. No Comment is a format where we present original source information, lightly edited, so that you can decide if you want to follow it up.
The RedMonk Programming Language Rankings: January 2017RedMonk runs its language rankings twice a year and the January results are now available. There have been some changes in methodolgy: The primary change is that the GitHub portion of the language ranking is now based on pull requests rather than repos. While this means we couldn’t replicate the rankings as they were before, the results were generally correlated with our past runs and were the best method available. The top 23 languages (including ties): 1 JavaScript The list more or less agrees with our preconceptions, so no real surprises.
GNU APL 1.7 ReleasedThere are two languages in that every programmer should try before they give up - in whatever sense you take that. The first is indisputable - it's Lisp. If you haven't Lisped then you have no idea of how minimal a programming language can be while being able to express so much. The second language you should encounter is more a matter of taste, but APL is high on any list. It is a language of operators, lots and lots of operators. You can write a program as a string of difficult looking symbols and it will do far more than its size suggests. APL is concise to a fault. It is so concise that in less than five minutes you can forget what the program you just wrote does. You really need to experience APL to understand what it is all about. The following is a program for Life GNU APL is a free implementation of the ISO standard 13751 aka. This release contains: * bug fixes, * SQL (replaces the SQL native function), * DLX (an implementation of Donald Knuth's dancing links * an interface from the programming languages Erlang and Elixir The GNU APL project lives at: http://www.gnu.org/software/apl I leave you with a little "poem":
Announcing Rust 1.16Of the new languages that seem to be going somewhere, Rust seems to be the one people keep urging me to try. When I read the documentation I can't say I was impressed, but I keep on being told that trying it out on some real programs is the only way I'm going to "get" what is important. So what is new? The largest addition to Rust 1.16 is Many developers will get into a workflow like this:
In step two, you never actually run your code. You’re looking for feedback from the compiler, not to actually run the binary. Most of the other improvements are minor or relate to the compiler, APIs or libraries. This reflects the fact that Rust is a fairly stable language.
To be informed about new articles on I Programmer, sign up for our weekly newsletter,subscribe to the RSS feed and follow us on, Twitter, Facebook, Google+ or Linkedin.
Comments
or email your comment to: comments@i-programmer.info |
|
Last Updated ( Tuesday, 21 March 2017 ) |