The Artima Developer Community
Sponsored Link

Python Buzz Forum
1983-96: The Golden Age of Programming Languages

1 reply on 1 page. Most recent reply: Jun 5, 2008 5:35 PM by art src

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Micah Elliott

Posts: 106
Nickname: mde
Registered: Feb, 2007

Micah Elliott is a hacker-entrepreneur starting up in Portland
1983-96: The Golden Age of Programming Languages Posted: Jun 5, 2008 12:54 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Micah Elliott.
Original Post: 1983-96: The Golden Age of Programming Languages
Feed Title: Micah Elliott
Feed URL: http://feeds.feedburner.com/MicahElliott
Feed Description: Follow Micah as he makes connections around the Portland area, participates in community hacking events, explores the blogosphere, bounces ideas around, and tries to change the world by catching a big wave.
Latest Python Buzz Posts
Latest Python Buzz Posts by Micah Elliott
Latest Posts From Micah Elliott

Advertisement
These are the languages that I consider interesting* today. I've included their approximate year of first release. Also, a look at the importance of support for concurrency.

As you can see, these fit into a surprisingly small time window, which I'll call the Golden Age.** I wanted to make it a round decade, but had to include Common Lisp.
  • C++ (1983)
  • Common Lisp (1984)
  • Erlang (1986)
  • Haskell (1987)
  • Perl (1987)
  • Tcl (1988)
  • Fortran90 (1991)
  • Python (1991)
  • Lua (1993)
  • Ruby (1993)
  • Java (1995)
  • Javascript (1995)
  • PHP (1995)
  • OCaml (1996)
What's happened since 1996? Not much, besides refinement and extension. It would seem that it takes a decade or two for a language to really stabilize and see wide adoption.* But why did the innovation come to a screeching halt in 1996?

Here is a sampling of some languages that are sprouting up this decade. Maybe you've heard of some of them. But adopted one? Not likely.
What do all these have in common? They're trying to tackle concurrency. But none of these have significant momentum (arguably Scala has some). It's probably at least 10 years before any of these get major traction. Will any of these take off the way the languages of the Golden Age have? Or will we just keep extending mostly imperative languages (OpenMP, Threading Building Blocks, vendor-specific compiler directives, etc). Where does FP fit into all this? Will the functional languages see a resurgence based on their natural fitness for concurrency? That's my bet.

Which of the Golden Age languages have the cleanest concurrency models? I'll be exploring that question in future posts.

Why do I care about this? I simply want to use the best language for the job (another future post). But most jobs these days are needing to scale to multiple cores/machines (the "free lunch is over" horse is dead; I won't belabor that here). Everyone is talking about this unaddressed barrier to writing parallel apps effectively, but most programmers have no solution in mind. A language with clean concurrency support is essential so that applications will scale well, with little effort, and be easy to write, quickly and correctly. Let's discover some and let everybody know.

Notes: Some of these dates were hard to locate and may be inaccurate. You may disagree with my unspecified definition of interesting. Scheme and Smalltalk are worthy of mention, but they make the window too big. I've omitted any language from Microsoft: they generally don't last; those that do (VB, C#) are an uninteresting commercial niche; and they are always brown cows. I won't try to prove the "decade for adoption" theory, but you can go search for data on when Java started to supplant C++; and Python/Ruby might be starting to do the same to Java (even though Java is the younger).

Related articles:

Read: 1983-96: The Golden Age of Programming Languages


art src

Posts: 33
Nickname: articulate
Registered: Sep, 2005

Re: 1983-96: The Golden Age of Programming Languages Posted: Jun 5, 2008 5:35 PM
Reply to this message Reply
You seem to be missing C#, and EJB-QL. These extremely widely used post 1996 languages.

Fortran90 and Common Lisp seem like upgrades, so why aren't things like Java 5, and PHP 5 included? I am not saying they should, just that the metric for innovation in languages is not clear, and so the conclusions are hard to independently validate.

Flat View: This topic has 1 reply on 1 page
Topic: Hacking Pidgin to only flash the tray icon when your nick is mentioned in a chat Previous Topic   Next Topic Topic: Sneaky tricks with NUL characters in Windows Registry keys

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use