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

Off the top of my head, how about:

  • SNOBOL
  • Simula
  • Burroughs D-machine (for nano-programming of chip instructions for microprocessors)
  • PDP11 Assembler (JSR PC,GETSTUFFT)
  • MIDITRAN (subset of FORTRAN)
  • APL

All of these were taught as a part of the Computer Science course at UNSW in the late '70's. This was when the famous Lions book, and course, were in full swing! Interesting times and I've still got my original copies of both the listing book and the commentary book.

cheers,

Rob

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

I used a gwbasic like language to teach my self to program about 8 years ago on a braille lite 18. This is an ancient palm pilot type device design for use by blind people that is no longer manufactured and has no emulators for it.

link|flag
vote up 0 vote down

Atari ST Basic. Great computer, horrible Basic.

link|flag
vote up 0 vote down
  • 6202 Assembly
  • C64 BASIC
  • Amiga BASIC
  • AREXX (like apple script but the Amiga answer to it)
  • I learned Forth and Logo in high school.

Not that I really "know" any of these anymore. The knowledge has long since been committed to cobweb memory.

link|flag
vote up 0 vote down

I used to code PL/1 on an IBM 3081 mainframe. Before that I knew BASIC (8 bit micros) and FORTRAN77, and thought PL/1 was a huge step forward. Alternatives on offer were Pascal, Algol and BCPL. I really liked PL/1s in-your-face "BEGIN;" & "END;"s (yup, instead of "{" & "}"); that and the nifty fixed-point integer types and built-in support for parallelism.

link|flag
vote up 0 vote down

I guess any language for the MZ1Z016 series from Sharp is dead. I developed on that cool machine for several years from 1990 on.

link|flag
vote up 0 vote down

My introduction to assembler was on the Z80 for the TRS-80 Model II. It was an incredibly enjoyable experience, but while there seem to be emulators for the Model I and III/IV, nobody has taken up the chore of implementing one for the II and it's lovely 8" disks, despite there being a lot of technical information available. (Yes, I've considered giving it a shot, but it's way down on a long list of stuff I need to work on head of it. :P)

link|flag
vote up 0 vote down

I had to learn Ada95 in my first semester of post-secondary education. The reason for that language was because it was strongly-typed. There are other strongly-typed languages, but I think the BASIC-like syntax was also a deciding factor. I still haven't seen a language since that came with a built-in data type for wraparound arrays.

link|flag
vote up 0 vote down

Does wiring a collator board count as a programming language? These were called plugboard programs. I used to wire the boards on an IBM 88 Collator many years ago....

link|flag
vote up 0 vote down

PPE was actually quite fun - quite a powerful scripting language for PCBoard BBS systems.

link|flag
vote up 0 vote down

R.I.P.

  • Turbo Pascal
  • AMOS
  • Amiga E
link|flag
show 1 more comment
vote up 0 vote down

QBASIC would be the most prominent.

I'm intimately familiar with COG, an event-based, C-like scripting language used in LucasArts' Jedi Knight. Although a mess of a language (you could use keywords as symbols), it compiled into bytecode and ran in a VM. It wasn't interpreted like most games' scripting languages were. As a result, it was ridiculously fast by comparison.

link|flag
vote up 0 vote down

Completely dead languages:

NCR's 315 NEAT

Alpha Micro Basic

Data General MVS Assembler

BOS Micro-COBOL (except for a possible use in France under a different name)

Wang VS COBOL

Cadol 3

A Language thought to be dead but actually alive and well.

dBASE -> www.dbase.com (now fully OOD and OOP).

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

OPL - it was a programming language for the Psion Series 3 organiser. I think the Psion 5 used it too, but that is also no longer being manufactured.

Edit: Redacted! It looks like OPL is alive in the form of an open source project, however Symbian aren't providing much support for it, so it'll probably die at some point.

link|flag
vote up 0 vote down

Visual FoxPro

link|flag
vote up 0 vote down

The one I miss the most is Digital Research's CB-80 (CBASIC). I wrote a lot of stuff in that language during the early 1980s on an Altos 8000-10 under the MP/M II operating system. That was back when having a 10 megabyte hard disk and 32K RAM was pretty good.

link|flag
vote up 0 vote down

8085 assembly language :) though i must say i loved it somehow ;)

link|flag
vote up 0 vote down

DBase III Plus

link|flag
vote up 0 vote down

Algol-68 on a machine with 16K RAM.

link|flag
vote up 0 vote down

I was surprised to find that APL and PL/I are available today. There are a few others that could be put to rest without adversely affecting civilization as we know it, such as Cobol and RPG.

For dead languages I'll have to settle for a limited knowledge of Algol 68 and a few assembly languages, such as Z-80 and 6502. There are various implementations of Basic that are history, but I wouldn't consider the Basic language dead. Fortran 66 is essentially gone, but I imagine a few compilers today have ANSI 66 compatibility modes.

link|flag
1  
If you put Cobol to rest, you won't be able to withdraw money from a bank account, and you won't be able to buy food at a supermarket if the supermarket uses bank accounts. – Windows programmer Aug 19 at 5:48
show 1 more comment
vote up 0 vote down

Modula-2 - I used this for my PhD research, and managed to do some rather evil things to implement dynamically loaded modules.

CLU - the original MIT version: this was an object-based language with a GC.

Cambridge CLU - had language-level support for RPCs.

Mesa - the programming language of the Xerox D-machines when they weren't running Smalltalk or Lisp. (Who remembers the joys of "world swap" debugging?)

BCPL - a strongly typed language with only one type ... according to its designer.

Algol-S - the grand-daddy of orthogonal persistent languages

Napier-88 - another orthogonal persistent language

Refine - an interesting language that allowed to embed other languages. More a platform than just a language. IIRC, it cost $US25,000 per seat in ~1990. (No surprise that it never took off!)

link|flag
vote up 0 vote down
  • LISP (Lots of Irritating Single Parenthesis)
  • MIPS Assembly
link|flag
show 1 more comment
vote up 0 vote down

LambdaMOO, a language to build MOO. Basically a prototype-based OO language built on top of a OO database. very cool.

link|flag
vote up 0 vote down

I still know SH4 assembler which was used on the DreamCast, which incidently is 10 years old/dead - cries. Best console EVER :(

link|flag
vote up 0 vote down

65C02 assembly language for 128 KB memory.

link|flag
vote up 0 vote down

Basic for the Atari 2600 VCS.

link|flag
vote up 0 vote down

I got the feeling I will never ever be called upon to write any more Bliss.

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

Assembler for the Motorola 6800.

BASIC... but really, who doesn't know BASIC.

link|flag
vote up 0 vote down

Computer Associates' OpenROAD (if it ain't dead, it sure should be)

link|flag
vote up 0 vote down

Cypress Enable Basic

Used it as a scripting language in a document management application

link|flag

Your Answer

Get an OpenID
or

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