vote up 28 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 22 vote down

I still know Commodore BASIC and Commodore 64 assembly language.

Probably not unattainable, but getting very close.

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

PDP-11 Assembler.

Although I guess there is an emulator around.

link|flag
1  
Heh. I just remembered that you can actually buy PDP-11's on a PCI card now. (Why I'd forgotten this, I don't know. We just bought one here a couple of years ago). Here's the link strobedata.com/home/ospreyguide.html – T.E.D. Dec 11 '08 at 14:42
show 3 more comments
vote up 7 vote down

Love to respond, but I'd have to Google to see if the 6502 is still being manufactured.

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

Z80 assembly is fairly dead.

link|flag
1  
Not in the embedded world! – Daniel Papasian Dec 10 '08 at 20:18
3  
It's not dead. It's used for programming the TI series calculators all the time! – Cristián Romo Dec 22 '08 at 17:24
show 5 more comments
vote up 9 vote down

6502 Assembler. Brings back many memories (not only good ones ;-) ).

I still remember the hex code for the NOP operand...

link|flag
2  
not dead, see 6502.org - 6502 chips used for embedded applications these days – Steven A. Lowe Dec 10 '08 at 19:49
show 1 more comment
vote up 8 vote down

I don't know if it meets your definition (And I don't care to take time to research) but back in the day I used to know APL. Haven't even seen a reference to it for at least 25 years.

link|flag
1  
The APL with funky symbols is more or less dead, I suppose, but there are modern implementations, like J, which use Ascii characters instead. en.wikipedia.org/wiki/APL_(programming_language/…) – PhiLho Dec 10 '08 at 21:58
8  
Shouldn't you have answered using only 3 characters - none of which appear on a standard keyboard? – Draemon Dec 10 '08 at 22:45
2  
APL is still in use. A friend of mine is an actuary and still uses it. – Graeme Perrow Dec 11 '08 at 3:05
2  
People offered a seminar on APL at my college last year. – Adriano Varoli Piazza Feb 26 at 16:48
1  
Youtube: Conway's Game of Life in APL -- youtube.com/watch?v=a9xAKttWgP4 – Robert Harvey Sep 16 at 19:04
show 3 more comments
vote up 8 vote down

None of the programming languages you might think are dead are actually dead. ALGOL? Still in use by state governments that have Unisys mainframes. APL? Still out there. COBOL, FORTRAN, Mumps, etc are all still installable on newly purchased hardware with modern operating systems without emulators.

Perhaps NewtonScript is what you're asking about. I don't know.

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

GIGL - GIGL Interactive Graphics Language (threaded-interpreted language for graphics programming used in 2D CAD application, project abandoned before release)

SOIL - Simple Object Interaction Language (internal app dev language, company out of business)

FlexAbility - OOP Extension to DataFlex 4GL (subsumed and obsoleted by DataFlex 3.0)

caveat: these are all languages that I wrote that are no longer available. Someone, somewhere may still have a copy of them, but I don't, and you can't buy one.

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

If I can just find a card reader I still have a punch card deck FORTRAN IV application to convert Roman numbers in Decimal and back.

link|flag
1  
Nope, punch cards are alive and well. wired.com/wired/archive/… Article is a few years old, but the company is still around making new devices cardamation.com. – mrdenny Aug 19 at 6:03
vote up 2 vote down

OLIE - a 3rd party Windows scripting language to automate mainframe applications and it will only run on Win3.11,95,98 not even the compatibility mode in XP would allow it to work.

I even wrote a syntax highlighting script for it in 2005/6 for use in the EditPlus text editor for Windows

link|flag
vote up 1 vote down

Autocoder, xs3

link|flag
vote up 6 vote down

Snobol anyone? How about if the language was never alive -- in that case Wren? No disrepect to Ken Slonneger. I actually enjoyed his course.

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

I'm actually reading a book on Z80A Assembly (Amstrad CPC) at the moment. More for nostalgia reasons than anything else.

link|flag
show 1 more comment
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
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 5 more comments
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 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 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 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 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 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 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

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 10 vote down

Intercal

link|flag
show 1 more comment
vote up 44 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 0 vote down

SPL for the HP/3000 computer.

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

Rexx, 386 protected mode assembler, Turbo Pascal, RMX

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