1950 年代和 1960 年代语言的编译器
我正在尝试为以下语言找到最好的编译器(如果它们确实可用):
- ALGOL 60
- TRAC
- TELCOMP
- Superplan
- BACAIC
我不知道其中是否仍然存在,但获得有关的任何反馈将非常有帮助我在哪里可以找到这些。
i am trying to find the best compilers (if they are actually available) for the following languages:
- ALGOL 60
- TRAC
- TELCOMP
- Superplan
- BACAIC
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
尝试埃里克·雷蒙德 (Eric Raymond) 的复古计算博物馆。 它至少有 Algol 60 和 Trac,以及其他语言。
当然,大多数原始编译器运行在已不复存在的机器上,但博物馆还有一个 PDP-8 模拟器。
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.
大卫的帖子是在我的帖子正在写的时候发表的……所以投票给他吧!
--
ALGOL 60 和 Trac(以及许多其他的 - 但不是您列表中的其他 3 个)可以在逆计算博物馆找到:
http://www.catb.org/retro/
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/
您没有提到任何特定平台,但是,下面的链接提供了适用于 DOS 的 ALGOL 60 编译器。 提供了编译器、解释器和源代码。
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.
这里有一个免费的 Algol 60 解释器/编译器。
TRAC 很棘手,因为有一个较新的 CMS/bug 跟踪器,称为 TRAC,但我确实找到了 一个用 Perl 编写的 Trac 编译器。
我无法找到 TELCOMP、superplan 或 BACAIC 的任何链接。 祝你好运 :)
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 :)
Algol 60 的扩展版本仍在 Unisys 的 Clearpath 系列计算机上使用。
许多系统实用程序(包括所有语言编译器)都是用这个扩展版本的 Algol 编写的。 这种语言的各种变体是这些机器所拥有的最接近汇编语言的东西! 这是当前手册的参考。
Clearpath Enterprise Server Algol 编程参考手册< /a>
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
适用于 B5500 的 Burroughs Extended Algol 可作为以 JavaScript 实现的完整 B5500 模拟器的一部分提供,并在 Chrome 浏览器中运行。 项目描述和代码链接位于 http://www.retrocomputingtasmania.com/home/项目/burroughs-b5500
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