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

Is Modula-2 still around? I have also used SQLWindows, if anyone else has ever used that!

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

Logo on the Thomson MO-5:

And Locomotive BASIC on the Amstrad CPC 464:

Amstrad CPC 464

PS: Yes, it's a cassette tape deck on the right and it was making an unforgettable noise :)

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

Integer Basic and Applesoft basic on Apple 2 systems

link|flag
vote up 2 vote down

Personally, I don't think basic or assember dialects should count. Tons of people are still using some variety of both. The OQ says it counts though.

The only proper programming laguage I've ever used that I think is totally dead is Draco. The only information that is even available about it online is this sentence in a few online dictionaries:

A blend of Pascal, C and ALGOL 68 developed by Chris Gray in 1987. It has been implemented for CP/M-80 and Amiga.

It was a nice little systems programming laguage that was sort of like Pascal made C-like. It used the convention where control structures started with the Pascal-like name and ended with it reversed, sort of like the Bourne Shell.

The only major application I know of that used it was the Amiga port of Empire (not the commerical game: Empire: Wargame of the Century. That was more like a proto Civilization that a true Empire port.) It was the only usable true compiler you could get for the Amiga for free. It was available for download, or on the Fred Fish disks.

I actually corresponded with Chris for a while. He lived up near Edmunton Alberta, IIRC. Really nice guy.

link|flag
vote up 2 vote down

APL - Can't buy a keyboard anymore....

To give a glimpse:
Iverson's "Notation As a Tool for Thought":
http://elliscave.com/APL_J/tool.pdf

Falkoff, Iverson & SUssenguth's "A Formal Description of System/360"
http://www.research.ibm.com/journal/sj/032/falkoff.pdf

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

AMPLE ... a weird and wonderful Forth-like language for programming music that came with the Music 5000, an FM synth box that attached to the BBC Micro. ( http://www.acornelectron.co.uk/eu/revs/acp_pres/r-m5000.html)

There's absolutely NOTHING about this on the web. Can't understand why no-one's resurected or emulated it. It filled an interesting niche ... more accessible and dynamically integrated with the studio than C-sound or writing your music in Lisp or Processing. But not just another "wire-together" graphical dataflow language like Max or Pd.

A real, text-based programming language in which you could write your own musical subroutines as well as control synths and sequence musical events.

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

COMAL 80, which was a nice improvement over the builtin Commodore BASIC - I sold the cartridge along with the C= 64, and ARexx, which had the force of being the ubiquitous glue between programmes on the Amiga - I sold the Amiga 4000.

link|flag
vote up 2 vote down

Apple Basic... good times on the Apple II GS and learning my first programming language. It was also a good way to learn that drawing to the screen problematically can be difficult but yet rewarding.

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

I learned a bizarre version of assembly that was used on the CDC Cyber, which had 60 bit words. That was...different. This text describing the memory archetecture is taken from Wikipedia:

The central processor (CPU) and central memory (CM) operated in units of 60-bit words. In CDC lingo, the term "byte" referred to 12-bit entities (which coincided with the word size used by the peripheral processors). Characters were six bits, operation codes were six bits, and central memory addresses were 18 bits. Central processor instructions were either 15 bits or 30 bits. The 18-bit addressing inherent to the Cyber 170 series imposed a limit of 262,144 (256K) words of main memory, which was semiconductor memory in this series. The central processor had no I/O instructions, relying upon the peripheral processor (PP) units to do I/O.

Whee!

I definitely think this qualifies under the definition stated in the question...if you can buy a CDC Cyber somewhere, I can't imagine who would be selling it. (Since it was the size of several rooms with considerably less power than a PC.)

link|flag
show 2 more comments
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

Autocoder, xs3

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

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

Here's my few:

Commodore PET Assembler

Commodore 64 Basic

Watcom Basic

Watcom Pascal

link|flag
vote up 1 vote down

Special mention for Compiler that suffered the longest long slow death should go to Microsoft C Version 1.52a.

Barcode scanners -

Any number of BASICs. Start with MarsBasic.

Intermec's IRL.

For extra credit...

ObjectVision (From Borland, I believe).

cEnglish - anyone remember that? Actually a positive experience, esp. compared to the above.

link|flag
vote up 1 vote down

VOS from Parity Software. It was a C type language mainly to access Dialogic voice boards to build Telephony applications. Purchased by Dialogic, then Diaglogic purchased by Intel.

link|flag
vote up 1 vote down

Commodore Basic/ASM

link|flag
vote up 1 vote down

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

By that definition, I guess lisp counts, unless you think a lisp machine is easily obtainable. Depending of course on whether you deem existing interpreters as being emulators or not.

Uh .. and while we're at it; I guess Java would count as well, since it requires a Virtual Machine to execute.

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

TECO macro language. Even got a program written in TECO published in "The VAX/RSTS Professional Magazine" in 1983. The program was basically grep (which I hadn't heard of yet).

The command and macro language are the same. Ever command is a single character. They had a visual editor entirely written in the command language. It's source looked like line noise, but I learned a lot about the language by deciphering it.

link|flag
vote up 1 vote down

Cobol and Comal. Did anyone ever use Comal in production or was it purely a learning language?

link|flag
1  
COBOL is not dead. COMAL is surely dead. I'm surprised anyone even mentioned it as dead--that's how dead it is. It wanted to be the sequel to BASIC on 8-bit computers. But of course NOTHING was the sequel to BASIC on 8-bit computers. – Nosredna Sep 13 at 23:09
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.