vote up 27 vote down star
11

For the purpose of this question, let's define a dead programming language as one for which you cannot buy a newly manufactured piece of hardware and install an operating system which will let you run a compiler or interpreter for your language, without requiring an emulator. Thus, assembly language for any architecture which isn't currently being manufactured is dead.

This is a fairly strict definition of dead, since many dead languages under this definition are still easily runnable through emulators or hardware bought from eBay. Bonus votes if hardware or emulators are completely unobtainable.

flag
2  
Far to subjective and argumetive. Anything you say and there will be at least one who says it isnt dead. – Ctrl Alt D-1337 Feb 4 at 12:42
show 9 more comments

133 Answers

1 2 3 4 5 next
vote up 1 vote down

PLCS - a version of PL/1 which ran on the ucsd p-system. Used it in 1981 at Rutgers for the comp Sci 101 course

link|flag
vote up 0 vote down

COBOL

But it's not really dead it's the unholy Undead language.

link|flag
vote up 0 vote down

Do zombie languages count? If so, then I know VBScript and pre-.Net VB.

link|flag
vote up 0 vote down

BASIC09
Pascal09

I did a checkup/list recently, and probably some of the OTHER 35 languages are dead...

link|flag
vote up 0 vote down

BBC Basic, GWBasic and whichever strangely cooked-up dialect of Pascal the old Pyramid RISC machines used to run.

link|flag
vote up 1 vote down

Forth

link|flag
vote up 0 vote down
  1. OjectPAL (Paradox for Applications, which seemed to have extremely little to do with object-orientation)

  2. Informix 4GL (early-90s)

link|flag
vote up 0 vote down

PL/1. I remember late nights carrying a deck of punch card to the hopper.

link|flag
vote up 0 vote down

Amiga Copper lists

The first (mainstream) GPU programming language.

link|flag
vote up 1 vote down

When will C# become a dead language?

link|flag
show 1 more comment
vote up 0 vote down

A little late for answers, but just yesterday I discovered my personal version of MineSweeper on my TI-85 graphing calculator. I'm pretty sure that language is dead by now. :)

link|flag
vote up 0 vote down

Lockheed SUE ASM - A PDP-11 knockoff, only used in DatagraphiX Auto-COM equipment to my knowledge.

link|flag
vote up 1 vote down

PLUS -- Programming Language for Univac Systems, a product of Sperry Univac for their 1100 Series Mainframes.

Snobol.

Struct$ -- a macro assembler language for Univac 1100 Series, written as ASM Procs by Dr. Patrick Haggerty.

C/PM commands, like PIP

link|flag
vote up 1 vote down

I know Oberon. Never saw it run in anything than a simulator. The course at college was since replaced by Java :)

link|flag
vote up 0 vote down

Cypress Enable Basic

Used it as a scripting language in a document management application

link|flag
vote up 3 vote down

Logo on the Thomson MO-5:

And Locomotive BASIC on the Amstrad CPC 464:

Amstrad CPC 464

PS: Yes, it's a cassette tape deck on the right and it was making an unforgettable noise :)

link|flag
vote up 0 vote down

Computer Associates' OpenROAD (if it ain't dead, it sure should be)

link|flag
vote up 0 vote down

I still know SH4 assembler which was used on the DreamCast, which incidently is 10 years old/dead - cries. Best console EVER :(

link|flag
vote up 0 vote down

LambdaMOO, a language to build MOO. Basically a prototype-based OO language built on top of a OO database. very cool.

link|flag
vote up 0 vote down
  • LISP (Lots of Irritating Single Parenthesis)
  • MIPS Assembly
link|flag
show 1 more comment
vote up 0 vote down

Modula-2 - I used this for my PhD research, and managed to do some rather evil things to implement dynamically loaded modules.

CLU - the original MIT version: this was an object-based language with a GC.

Cambridge CLU - had language-level support for RPCs.

Mesa - the programming language of the Xerox D-machines when they weren't running Smalltalk or Lisp. (Who remembers the joys of "world swap" debugging?)

BCPL - a strongly typed language with only one type ... according to its designer.

Algol-S - the grand-daddy of orthogonal persistent languages

Napier-88 - another orthogonal persistent language

Refine - an interesting language that allowed to embed other languages. More a platform than just a language. IIRC, it cost $US25,000 per seat in ~1990. (No surprise that it never took off!)

link|flag
vote up 0 vote down

I was surprised to find that APL and PL/I are available today. There are a few others that could be put to rest without adversely affecting civilization as we know it, such as Cobol and RPG.

For dead languages I'll have to settle for a limited knowledge of Algol 68 and a few assembly languages, such as Z-80 and 6502. There are various implementations of Basic that are history, but I wouldn't consider the Basic language dead. Fortran 66 is essentially gone, but I imagine a few compilers today have ANSI 66 compatibility modes.

link|flag
1  
If you put Cobol to rest, you won't be able to withdraw money from a bank account, and you won't be able to buy food at a supermarket if the supermarket uses bank accounts. – Windows programmer Aug 19 at 5:48
show 1 more comment
vote up 1 vote down

By definition, if someone knows a language, it's not dead. :-)

link|flag
show 1 more comment
vote up 0 vote down

Algol-68 on a machine with 16K RAM.

link|flag
vote up 0 vote down

DBase III Plus

link|flag
vote up 0 vote down

Basic for the Atari 2600 VCS.

link|flag
vote up 0 vote down

8085 assembly language :) though i must say i loved it somehow ;)

link|flag
vote up 0 vote down

The one I miss the most is Digital Research's CB-80 (CBASIC). I wrote a lot of stuff in that language during the early 1980s on an Altos 8000-10 under the MP/M II operating system. That was back when having a 10 megabyte hard disk and 32K RAM was pretty good.

link|flag
vote up 0 vote down

Visual FoxPro

link|flag
vote up 7 vote down

Old languages don't die. they just become much more expensive to maintain.

link|flag
1 2 3 4 5 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.