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

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
vote up 1 vote down

Here's my few:

Commodore PET Assembler

Commodore 64 Basic

Watcom Basic

Watcom Pascal

link|flag
vote up 1 vote down

NDL - Network Development Language, on Burroughs B1750

TAL - Tandem Application Language, on Tandem NonStop machines

ALGOL 60 - ALGOrithmic Language, on Burroughs 5500

I also programmed in a very early version of BASIC, where variables were one character unless they were strings, in which case they had a suffixed dollar sign, but there is probably some abomination out there somewhere that can still execute that stuff.

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

I still have a box of blank punchcards from my early programming days.

Until we moved in 2006, I had all the punchcards from my FORTRAN IV programming assignments (done back in 1979).

I also programmed assembler for a device known as the SCMP (scamp). Gave that away when we moved as well. I think it was one of the last ones around.

Modified assembler once for an IBM 3033.

I'd say 68HC11 assembler, but that microcontroller is actually still very popular as a teaching tool and as an embedded device. I still have one plus all the "bells and whistles" to connect it to a PC and program it (in assembler or C).

Cheers,

-Richard

link|flag
vote up 1 vote down

I learned programming on my TI-57 then TI-59... Also coded a bit of HP-48C language on a calculator of a friend.

I coded in Basic in lot of 8bit computers, each having its own dialect: Commodore CBM 4016, Apple //e, Amstrad CPC 6128, Atari ST 520, to mention only computers I owned, I also coded on other machines in shops, school, etc.

Used assembly on 6800 and 6502 and a number of micro-controllers. Plus a bit of Z80 and 8080.

I wouldn't touch it with a pole (it was already almost dead at the time, 15 years ago), but I was close to learn LTR3 on a French military project. Hey, there is even an English reference to it: http://encyclopedia2.thefreedictionary.com/LTR3

Also coded a bit of Bull's Mini6 assembly language at the Uni.

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

Please define "emulator".

I dare you to give a definition that will not make any "modern" language's virtual machine sound like an emulator. I don't know of any hardware that can run CLI natively and that would make all .NET languages not only "dead" but "unborn".

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

REXX, Turbo Pascal

link|flag
1  
There were REXX programs in use on Windows machines at my last job, 18 months ago. No emulator was needed. – Matt Campbell Dec 11 '08 at 4:43
1  
REXX is used on a daily basis on mainframes - so it is far from dead ;) – Gambrinus Feb 4 at 12:43
show 2 more comments
vote up 1 vote down

NOMAD sort of a 2.5 GL database language for IBM mainframes. Had a dialect of some sort of SQLish Hierachical/Relational databae query language, a report designer, and a block mode form builder. It was my first job out of Uni in 1989 and could have been my last because the language was dead already. Luckily the company migrated to Oracle before they laid their whole two person programming team off. Although I wouldn't say Oracle Forms and Reports are looking too healthy nowadays either.

Also Z80, 6802, and PDP11 assembler.

I don't knoow the status of Modula II, Scheme, or Prolog but they sure haven't helped me lately.

link|flag
vote up 4 vote down

A flavor of basic that ran on MSX machines! It was my first language ever, I was like 8 years old, I don't even remember anything from it, except for gosub! (lol) and that line numbers have semantic value. Here's an emulator for MSX (blue MSX).

link|flag
vote up 6 vote down
  • Simons' BASIC
  • ABC 80 BASIC
  • AMOS
  • Amiga E
  • Super Agnus (Copper/Blitter) but I'm not sure it's even Turing complete...
link|flag
show 1 more comment
vote up -3 vote down

Delphi

Pascal

Turbo Basic

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

CP/M Baby!!

link|flag
vote up 3 vote down

Extended Basic of TI99/4A

dbase

link|flag
vote up 1 vote down

PL-6

It was kind of a combination applications/systems programming language for Honeywell's CP-6 operating system. I last used it in the mid-1980's.

link|flag
vote up 0 vote down

Rexx, 386 protected mode assembler, Turbo Pascal, RMX

link|flag
vote up 2 vote down

DIBOL and DCL from my Vax days. DCL was my gateway drug to script programming.

The DIBOL compiler used to have a command line switch that caused it to print at the end of the compiler output some ascii art of a sheep and a saying that was something like "DIBOL - the black sheep of the Digital language family" if memory servers. I wish I had a print-out of that.

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

SPL for the HP/3000 computer.

link|flag
vote up 43 vote down

Turbo Pascal.

link|flag
3  
Not one bit dead. It's just the name got changed to Delphi when they added a RAD front end. It's quite possible for Turbo Pascal code to run unchanged on Delphi. – Loren Pechtel Jan 27 at 18:09
1  
Or FreePascal... – Jacob Feb 4 at 13:13
show 6 more comments
vote up 10 vote down

Intercal

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

GEM ('Greatly Enhanced MUMPS') a MUMPS derivative for the PDP-11 written by one of the people who worked on the original MUMPS project. I never actually did any programming on it but I do know someone who did.

link|flag
vote up 0 vote down

I started out writing in Autocoder, Fargo and SPS for the 2nd generation IBM 1400-series mainframes. I think these qualify as dead languages, although we had a 1401 emulator card deck for early IBM 360s.

link|flag
vote up 2 vote down

Benton Harbor Basic, for the Heathkit H-8 computer.

It was named after Benton Harbor, Michigan, home of the Heath company, manufacturer of Heathkit products.

alt text

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

It depends on you definition of "know". I studied PDP-8 assembler but never wrote substantial code in it. I'd probably be productive in less than a day. Similarly for about 5 other assembly languages.

8080 assembler mnemonics translate trivially into legal 80x86 code, so that may not count.

Heathkit BASIC is probably too close to currently available dialects to count. Similarly for WATFIV Fortran.

Do custom processors count? I was the only person in the world who knew that language...

link|flag
vote up 16 vote down

Latin# and Sanskript. They're ancient programing languages written by the Romans and the Indians (respectively).

link|flag
6  
Sorry, I run Latin#.Net ;-) – Brian Knoblauch Dec 10 '08 at 20:39
4  
@Peter please note the 'p' in Sanskri[p]t – hasen j Jun 10 at 7:39
show 4 more comments
vote up 96 vote down

QBasic!

link|flag
2  
It's not dead. I used it recently to comment out lines in my C code that were causing errors (specialized case). I know some use it in hardware hacking to play with the serial and parallel ports (I've got an HD44780 test program written in QBASIC somewhere, still get requests for it...) – Adam Davis Dec 10 '08 at 20:31
13  
Hey that's where I got my start into self taught programming, maybe 5th grade? – Karl Dec 10 '08 at 21:26
3  
It's not dead. Just superceded by Visual Basic for DOS. – le dorfier Dec 11 '08 at 2:09
8  
Mmm, good times as a teenager! – Paul Nathan Jan 27 at 17:53
3  
I have a copy of this on a floppy that I can run :| – Dalin Seivewright Jan 27 at 18:15
show 13 more comments
vote up 1 vote down

OBF (Omnia Banking Functions) from ICL.

Awful, AWFUL, REXX-based language. The whole of Lloyd's Bank Counter application was written in it (apart from a C++ DLL to interface with card-readers - which was my only respite).

I still wake up some nights screaming.

link|flag
vote up 6 vote down

ACTION! Terrible name, cool little language and developer enivronment. The language was tailored to the 6502 in numerous ways. You could do things with it on the Atari 8-bits that you could only do in assembly otherwise. (Action! was only available on the Atari 8-bits, I should add.)

Like early Borland systems, Action! offered a built-in editor (which was the nicest editor you could find on the Atari, in my experience), an in-memory one-pass compiler, and a monitor to execute and debug your code. Compilation was speedy and the code it produced was tight and fast. The development system was distributed on a cartridge (ugh) and you had to either have the cartridge plugged-in to run your program or distribute your program with a run-time library (which was not free -- not a great way to do these things).

I learned Action! before I learned C. A great deal of C came easily to me because of Action!, including pointers, which usually trip newbies up. The language itself wasn't revolutionary -- Just Another Procedural Language -- and not a whole lot of abstractions to soak up, like modularization or object-oriented anything. But it was more powerful than BASIC or Pascal, gave you immediate access to the underlying hardware, and abstracted out the more tedious parts of assembly coding. Without a decent C compiler on the Atari, it was the only game in town.

link|flag
vote up 3 vote down
  • 6502
  • 68K
  • Apple II Integer BASIC
  • Applesoft BASIC
  • Manchester Mark I Assembly
  • Concurrent Euclid

I'd list 6800 and 6809 but they're being used for USB devices.

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

Z80 and 68000 assembly, and QL Basic of course ;)

I would also consider dBase and Clipper quite dead (as in 'technologically outdated')

link|flag
show 1 more comment

Your Answer

Get an OpenID
or

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