Alex Gordon
Alex Gordon

Reputation: 60841

compilers for languages from 1950's and 1960's

i am trying to find the best compilers (if they are actually available) for the following languages:

i don't know if any of these are still around, but it would be very helpful to get any feedback on where i could locate these.

Upvotes: 3

Views: 694

Answers (6)

Peter Quirk
Peter Quirk

Reputation: 51

Burroughs Extended Algol for the B5500 is available as part of a complete B5500 emulator implemented in JavaScript, running in the Chrome browser. Project description and links to the code at http://www.retrocomputingtasmania.com/home/projects/burroughs-b5500

Upvotes: 0

Wojja62
Wojja62

Reputation: 96

An extended version of Algol 60 is still used on the Clearpath line of computers from Unisys. Many of the system utilities (including all the language compilers) are written in this extended version of Algol. The various variants of this language are the nearest thing these machine have to an assembler language! Here is a reference to the current manual. Clearpath Enterprise Server Algol Programming Reference Manual

Upvotes: 1

defines
defines

Reputation: 10534

There is a free Algol 60 interpreter/compiler here.

TRAC was tricky because there's a newer CMS/bug tracker known as TRAC, but I did find one Trac compiler written in Perl.

I was unable to come up with any links for TELCOMP, superplan or BACAIC. Good luck :)

Upvotes: 1

markengle
markengle

Reputation: 29

You didn't mention any specific platforms but, there is an ALGOL 60 compiler for DOS available at the link below. A compiler, an interpreter, and the source are available.

Upvotes: 2

Robert Horvick
Robert Horvick

Reputation: 4036

David's post went in as mine was being written ... so vote him up!

--

ALGOL 60 and Trac (among many others - but not the other 3 on your list) can be found at The Retrocomputing Museum:

http://www.catb.org/retro/

Upvotes: 2

David Thornley
David Thornley

Reputation: 57066

Try Eric Raymond's retrocomputing museum. It at least has Algol 60 and Trac, along with other languages.

Of course, most of the original compilers ran on machines that are no longer in existence, but the museum also has a PDP-8 emulator.

Upvotes: 9

Related Questions