The four D’s of programming’s future: data, distributed, device, democratized

[This article was first published on Revolutions, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

O'Reilly's Edd Dumbill observes that with the ubiquity of powerful computers now tied into all levels our daily lives, programming is getting dangerous: today's programmers are “like ambitious waiters stacking one teacup on top of the other”. His prescription? All programmers will have to adopt programming paradigms that have previously been the domain of specialists: distributed computing, device computing, democratized computing and data computing:

The prevailing form of programming today, object orientation, is generally hostile to data. Its focus on behavior wraps up data in access methods, and wraps up collections of data even more tightly. In the mathematical word, data just is, it has no behavior, yet the rigors of C++ or Java require developers to worry about how it is accessed. As data and its analysis grow in importance, there’s a corresponding rise in use and popularity of languages that treat data as a first class citizen. Obviously, statistical languages such as R are rising on this tide, but within general purpose programming there’s a bias to languages such as Python or Clojure, which make data easier to manipulate.

Edd is gathering further thoughs on how programming will evolve over the next 10 years, and invites comments at the blog post linked below.

O'Reilly Radar: The future of programming

To leave a comment for the author, please follow the link and comment on their blog: Revolutions.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)