The open source R language has been in use by statisticians to do data analysis, predictive modeling and visualization for over a decade. This week, R is set to undergo a revolution of sorts with a revamped commercial effort.
Read more »Open Source R Language Undergoes a Commercial Revolution
Category: High End Tags:
- Login to post comments
Popular Languages of 2009
The TIOBE index for 2009 says that Google's new Go programming language experienced more growth in popularity than any other language in 2009. The growth is quite remarkable given that the language became available late in the year. Is it all just hype?
Read more »Category: Industry Tags:
- Login to post comments
Vala - Compiler for the GObject type system
Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C.
Read more »Category: High End Tags:
- Login to post comments
Google's Go Language: No Way, Right?
Google is just not getting enough. After its own browser and a Linux-based operating system, it's now coming up with its own programming language. Behind its development lurk some of the legends in UNIX history.
Read more »Category: High End Tags:
- Login to post comments
News: C is Still the Most Popular Open Source Language
C represents more than 40% of all code written for open source software. But this figure comes from counting lines of code. What about Java and PHP, or C++?
Read more »Category: High End Tags:
- Login to post comments
Perl 6 Slated for Release by Spring 2010
Patrick Michaud posted a journal entry on his use Perl; page that says We will make an “official”, intermediate, useful and usable release of Perl 6 (an appropriate subset) by Spring 2010.
Read more »Category: High End Tags:
- Login to post comments
Python Python Python (aka Python 3)
Just one week shy of Christmas 2008, the Python world saw the release of version 3 of Python. Big deal, eh? Well ... it turns out it was and is, as Python 3 is the first major release of Python designed from the get-go to be incompatible with prior versions of the language.
Read more »Category: High End Tags:
- Login to post comments
Considerations on Patents that Read on Language Infrastructure
The software freedom community should minimize its use of programming language infrastructure that comes primarily from anti-software-freedom companies, notwithstanding FaiF (Free as in Freedom) implementations.
Read more »A Brief, Incomplete, and Mostly Wrong History of Programming Languages
1801 - Joseph Marie Jacquard uses punch cards to instruct a loom to weave "hello, world" into a tapestry. Redditers of the time are not impressed due to the lack of tail call recursion, concurrency, or proper capitalization.
Read more »Category: High End Tags:
- Login to post comments
The current state and future of Python
So what does python have to offer? It is a nice mix of procedural programming, object oriented and functional. That is what I love about it. It allows you to work in a mix of all three. It also seems that it is made by a bunch of people that understand that while flexibility is important (Perl code) you have to be able to READ and UNDERSTAND something written by another human being.
Read more »Category: High End Tags:
- Login to post comments
Open source programming languages for kids
The past couple of years have seen an explosion of open source programming languages and utilities that are geared toward children. Many of these efforts are based around the idea that, since the days of BASIC, programming environments have become far too complex for untrained minds to wrap themselves around.
Read more »Five Features Perl 5 Needs Now
Perl's 21st anniversary of release is next Thursday, 18 December. Perl 5 is already 14 years old. Though the language has seen many changes since 1994, it can't stand still. Perl 5.10 added many wonderful features and Perl 6 will change the landscape for programming languages, but what's the vision for Perl 5? How can the language stay relevant?
Read more »Category: High End Tags:
- Login to post comments
The A-Z of Programming Languages: Perl
This time we chat with Larry Wall, creator of the Perl programming language and regarded as the father of modern scripting languages.
Read more »- Login to post comments
Perl 6 to break compatibility, support other interpreters
Version 6 of the popular Perl programming language will not be compatible with previous versions, but will open up a new world of custom “languages” and interpreters, according to its founder Larry Wall.
Read more »Category: High End Tags:
- Login to post comments
Let’s talk about Python 3.0
This week Python 3.0 was released, and it represents one of those rare instances: Python 3.0 was designed to clear up a lot of now-inertial legacy issues with the Python language and figure out good ways to do things now instead of unquestioningly sticking with what seemed like good ways (or, more often, the least painful ways) to do things five or ten years ago.
Read more »- Login to post comments