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 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 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 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 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 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
10  
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 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 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 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 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 3 more comments
vote up 10 vote down

Intercal

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

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

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

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

GWBasic. D-:

alt text

link|flag
vote up 3 vote down

PDP-11 Assembler.

Although I guess there is an emulator around.

link|flag
show 3 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 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 3 vote down

Extended Basic of TI99/4A

dbase

link|flag
vote up 3 vote down

Altos BASIC.

alt text

link|flag
vote up 3 vote down

JOVIAL - Jules Own Version of the International Algorithmic Language.

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.