Useful Information from Prolific Bloggers

Dead Programming Languages

ComputerWorld recently posted a list of 10 computer skills that are largely irrelevant when compared to other more popular technologies. Among the list are a handful of programming languages. Some of these I have no experience with while others are ones I'm happy to see go away.

Cobol was popular before my time. I was never taught Cobol and had no reason to learn it. I have a cousin whose career was built on Cobol. Lucky for him he's just shy of retirement and won't have to bother picking up one of the newer programming languages. So I guess I'm not sad to see this one go away.

A took a peek at ColdFusion while being closely involved with active-server pages (ASP). I found the language to be quite limited and doing even simple things seemed to be impossible or required too many hoop jumps. I still see new web sites being written in ColdFusion so I'm wondering if this language will be hanging around for a while longer. Too bad. There are better options out there such as PHP.

C was used as a teaching tool for some of my computer science degree courses. However, more advanced courses had me shift to C++ so my experience with C is limited. I'm pretty sure that there's no real reason to use it these days as the alternatives are as powerful yet simpler to use.

Back in my Visual Basic days there was a competing language called PowerBuilder. The PowerBuilder folks seemed to be paid more, but otherwise didn't produce applications that were any more impressive than us Visual Basic types. Of course, I'm biased in that assessment. Doesn't much matter these days as both Visual Basic and PowerBuilder are dead languages.

That's it for my journey down memory lane. Are there any programming languages you're happy / sad to see go?

VN:F [1.9.16_1159]
What did you think of this article?
Rating: 2.0/5 (1 vote cast)
Dead Programming Languages, 2.0 out of 5 based on 1 rating

9 Comments

  1. In my Computer Science degree I spent two years learning OOP with Java and then in my 3rd year there was an abrupt shift to C programming, in my operating systems course. I have to say, learning and using C was a very hard experience, but once you get the semantics and allocs out of the way, it is incredibly powerful. I agree with some of the other posters here that C and C++ are quite valuable as building blocks (re browsers and OS's)

  2. "I'm pretty sure that there's no real reason to use it these days as the alternatives are as powerful yet simpler to use."

    If you had said "no real reason to use it *for high-level application programming*" you would be somewhat less terribly wrong, but still wrong. Making statements such as that one is ruinous to your credibility. If you consider C++ one of the alternatives, allow me to point out that it, at least, is likely the most complex real programming language in the world, and therefore not simpler than C.

  3. C was used as a teaching tool for some of my computer science degree courses. However, more advanced courses had me shift to C++ so my experience with C is limited. I'm pretty sure that there's no real reason to use it these days as the alternatives are as powerful yet simpler to use.

    If it wasn't for C you wouldnt have any operating systems / any real time systems of any kind. Every single router in the Internet runs software written in pure C. Do you still think that C is irrelevant?

  4. PowerBuilder is dead and those that use it will defend it to the bloody end.

  5. Why are PowerBuilder folks so evangical? I don't need convincing. I KNOW PowerBuilder is dead.

  6. I have seen major companies drop Powerbuilder, also migrate from Visual Basic Classic to VB.net, and move to a more webcentric platform. Also outsourcing has dried up the pool of available jobs.

  7. Marios Alexandrou

    Hi SS,

    My statement is based on observation. The solutions that were created using either PowerBuilder or VB were limited by the programmer(s) and not so much the language chosen.

    As for applications still in use, that doesn't make them impressive. There's some scary stuff out there that just refuses to go away because it is so entrenched.

  8. Mr Marios,

    How did you arrive at the decision "PowerBuilder didn't produce applications that were any impressive than Visual Basic". Do you know that PowerBuilder was much more object oriented than VB up until .net arrived ? PB supported inheritance since version 3.0 and even today all major State & Federal applications in US & Canada runs on PowerBuilder. Some of these apps are so huge and loaded with functionality, that it would have been impossible to
    have them written in VB.

  9. C is still very important. Most unix code is C, and there will be legacy unix code around for a loooonng time.

    C++ is pretty windows-centric, just like Obj-C is NeXT/Apple-centric. Many people prefer Obj-C to C++, as Obj-C is a superset of C, so it's easier for people fluent in C to make the transition.

Leave a Response

Notify me of followup comments via e-mail.