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

132 Answers

vote up 2 vote down

COMAL 80, which was a nice improvement over the builtin Commodore BASIC - I sold the cartridge along with the C= 64, and ARexx, which had the force of being the ubiquitous glue between programmes on the Amiga - I sold the Amiga 4000.

link|flag
vote up 11 vote down

Not sure how dead or if it's a programming language ... but Logo.

link|flag
2  
LOGO was actually pretty fun. – Cyclone Sep 13 at 22:59
show 2 more comments
vote up 0 vote down

Like lots of Flash guys I have a big wasted blob of brain marked... LINGO.

link|flag
vote up 2 vote down

AMPLE ... a weird and wonderful Forth-like language for programming music that came with the Music 5000, an FM synth box that attached to the BBC Micro. ( http://www.acornelectron.co.uk/eu/revs/acp_pres/r-m5000.html)

There's absolutely NOTHING about this on the web. Can't understand why no-one's resurected or emulated it. It filled an interesting niche ... more accessible and dynamically integrated with the studio than C-sound or writing your music in Lisp or Processing. But not just another "wire-together" graphical dataflow language like Max or Pd.

A real, text-based programming language in which you could write your own musical subroutines as well as control synths and sequence musical events.

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

Imlac PDS-1, PDS-4 assembly language.

link|flag
vote up 0 vote down

Apple's - Sweet16

6502, 6809, 68000,

UCSD Pascal, Applesoft Basic, Dec Basic Plus, Forth

link|flag
show 2 more comments
vote up 1 vote down

Cobol and Comal. Did anyone ever use Comal in production or was it purely a learning language?

link|flag
1  
COBOL is not dead. COMAL is surely dead. I'm surprised anyone even mentioned it as dead--that's how dead it is. It wanted to be the sequel to BASIC on 8-bit computers. But of course NOTHING was the sequel to BASIC on 8-bit computers. – Nosredna Sep 13 at 23:09
show 1 more comment
vote up 0 vote down

SDL-88 (Specification and Description Language)

It was used in a CASE tool called VERILOG Object GEODE

link|flag
vote up 1 vote down

APL - Can't buy a keyboard anymore....

To give a glimpse:
Iverson's "Notation As a Tool for Thought":
http://elliscave.com/APL_J/tool.pdf

Falkoff, Iverson & SUssenguth's "A Formal Description of System/360"
http://www.research.ibm.com/journal/sj/032/falkoff.pdf

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

JOVIAL - Jules Own Version of the International Algorithmic Language.

link|flag
vote up 2 vote down

Personally, I don't think basic or assember dialects should count. Tons of people are still using some variety of both. The OQ says it counts though.

The only proper programming laguage I've ever used that I think is totally dead is Draco. The only information that is even available about it online is this sentence in a few online dictionaries:

A blend of Pascal, C and ALGOL 68 developed by Chris Gray in 1987. It has been implemented for CP/M-80 and Amiga.

It was a nice little systems programming laguage that was sort of like Pascal made C-like. It used the convention where control structures started with the Pascal-like name and ended with it reversed, sort of like the Bourne Shell.

The only major application I know of that used it was the Amiga port of Empire (not the commerical game: Empire: Wargame of the Century. That was more like a proto Civilization that a true Empire port.) It was the only usable true compiler you could get for the Amiga for free. It was available for download, or on the Fred Fish disks.

I actually corresponded with Chris for a while. He lived up near Edmunton Alberta, IIRC. Really nice guy.

link|flag
vote up 1 vote down

TECO macro language. Even got a program written in TECO published in "The VAX/RSTS Professional Magazine" in 1983. The program was basically grep (which I hadn't heard of yet).

The command and macro language are the same. Ever command is a single character. They had a visual editor entirely written in the command language. It's source looked like line noise, but I learned a lot about the language by deciphering it.

link|flag
vote up 0 vote down

Various assembly languages (pdp-11, z80, 6502/AppleII)

Various Pascals

Modula II - wrote a optics focus control module for a micro-fiche reader/digitizer that never got out of the lab

Various Cobol's and old Fortran variants

link|flag
vote up 2 vote down

Integer Basic and Applesoft basic on Apple 2 systems

link|flag
vote up 27 vote down

Java. Oh wait, that's just dead to me.
(That was a JOKE people).

In all seriousness:
Modula-3 (don't remember the compiler vendor's name anymore, but compiled for DOS)
Powerbuilder...at least I HOPE that one is dead

link|flag
7  
I was looking for the first person to say "Java" :) – Luke Francl Aug 19 at 5:57
show 5 more comments
vote up 1 vote down

... 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.

By that definition, I guess lisp counts, unless you think a lisp machine is easily obtainable. Depending of course on whether you deem existing interpreters as being emulators or not.

Uh .. and while we're at it; I guess Java would count as well, since it requires a Virtual Machine to execute.

link|flag
show 4 more comments
vote up 1 vote down

Commodore Basic/ASM

link|flag
vote up 6 vote down

I learnt to program in school using BBC BASIC on the beloved BBC Micro.

link|flag
show 2 more comments
vote up 0 vote down

FORTRAN IV and probably even IBM FORTRAN G and H are dead, not because FORTRAN is dead (still alive and kicking) but because FORTRAN has moved on and those compilers are no longer available.

I think the questioner is on to an interesting idea, but it isn't quite the right question. First, the definition of dead is too strict. Second it's not enough that a language should be dead; it should be dead and interesting, or dead for an interesting reason.

Rexx was a nice language but I hear you can download free versions today that run on any unix box. And I think it's still central in the IBM mainframe world.

link|flag
vote up -2 vote down

I know a deadly programming language.

link|flag
vote up 0 vote down

How about GPSS? Never used it professionally but I was pretty good with in a class I took.

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

Clipper. Summer 1987 was a grand replacement for dBase III+. Clipper 5.01 was even better. A variant still exists in Xbase++

link|flag
show 3 more comments
vote up 1 vote down

VOS from Parity Software. It was a C type language mainly to access Dialogic voice boards to build Telephony applications. Purchased by Dialogic, then Diaglogic purchased by Intel.

link|flag
vote up 0 vote down

65C02 assembly language for 128 KB memory.

link|flag
vote up 16 vote down

HyperTalk

I was in Middle School, what can I say?

link|flag
2  
For those that miss HyperCard, check out TileStack: tilestack.com – acrosman Feb 24 at 15:06
show 7 more comments
vote up 1 vote down

Special mention for Compiler that suffered the longest long slow death should go to Microsoft C Version 1.52a.

Barcode scanners -

Any number of BASICs. Start with MarsBasic.

Intermec's IRL.

For extra credit...

ObjectVision (From Borland, I believe).

cEnglish - anyone remember that? Actually a positive experience, esp. compared to the above.

link|flag
vote up 3 vote down

Altos BASIC.

alt text

link|flag
vote up 0 vote down

Lotus 1-2-3 @macro(),@language() - death by @ signs. Although I think I've seen an emulator for 1-2-3.

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

I think the Apollo guidance computers (programmed in assembler) are pretty much dead.

I had a chunk of read-only-memory containing some programming for that, that I finally threw away a few years ago. It was what they called "braid" and it consisted of a long thin matrix of wires and magnetic cores woven together. If a wire went inside or outside a core encoded a binary bit. It was all folded up into a little box.

Those machines, by the way, were made entirely out of NOR gates, for reliability.

link|flag
9  
Why the FUCK would you throw that away? :E – TraumaPony Dec 11 '08 at 12:48
2  
Not sure if these are dead yet. At least one person might be using a replica of one (klabs.org/history/build_agc) and there is an emulator (ibiblio.org/apollo/index.html ) available – Andy Webb Dec 18 '08 at 6:35
3  
@Robert: You're right, but I didn't object, because I was pretty crazy to throw that box away. – Mike Dunlavey Aug 4 at 22:03
1  
I just visited the Computer History Museum in Mountain View. They have some examples of this braid memory. Very interesting to see the early examples, as well as the smaller more "modern" versions. They also have some computer systems from the Apollo, not to mention a working Babbage Difference Engine. Absolutely amazing -- worth a trip if you're in the Bay Area. – Luke Francl Aug 19 at 5:59
show 7 more comments
vote up 0 vote down

I heartily wish Fortran were dead.

I worked with a big Roman guy once who informed me in a booming Italian accent:

Mike, Fortran is like Rock and Roll. IT WILL NEVER DIE.

link|flag

Your Answer

Get an OpenID
or

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