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

prev 1 2 3 4 5
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 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

Autocoder, xs3

link|flag
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 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 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 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 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 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 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 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

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 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
prev 1 2 3 4 5

Your Answer

Get an OpenID
or

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