TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The IBM 650: An appreciation from the field (1986) [pdf]

54 点作者 pncnmnp2 个月前

6 条评论

svat2 个月前
Knuth&#x27;s tribute to his first love; a delightful article which I&#x27;ve read multiple times.<p>One thing that he wrote in this 1986 article about the 1950s has remained true for several decades since:<p>&gt; <i>During my student days I had never heard of the 701, and this, I think, leads to an important point: The IBM 650 was the first computer to be manufactured in really large quantities. Therefore the number of people in the world who knew about programming increased by an order of magnitude. Most of the world’s programmers at that particular time knew only about the 650, and were unaware of the already extensive history of computer developments in other countries and on other machines. We can still see this phenomenon occurring today, as the number of programmers continues to grow rapidly.</i><p>(BTW I wish someone would write an IBM 650 emulator on which we could try out the programs like his &quot;Number Perverter Demonstration Card&quot; in the appendix. Some of Knuth&#x27;s early programs are also preserved and it would be wonderful to see them running.)
评论 #43258933 未加载
MarkusWandel2 个月前
Basically the joy of programming on the bare metal - just a lot more metal in those days. Those of us decades younger got first experience with, say, a Commodore PET. Which despite running a programming language was still pretty bare metal. You poked at this memory location, and that happened. If it didn&#x27;t happen fast enough, learn some machine language.<p>I really don&#x27;t know what the modern day equivalent is - of a machine that is so limited that you can really understand it completely, and develop programming skills by doing wizardly things with the limited resources.
评论 #43256450 未加载
评论 #43255998 未加载
评论 #43257631 未加载
评论 #43256998 未加载
评论 #43255699 未加载
yodon2 个月前
&gt;Written by Donald Knuth<p>A discussion of the joy he found programming a machine with 2000 words of memory and 34 instructions.
评论 #43254186 未加载
bableck2 个月前
I remember having to write an IBM 650 emulator using IBM 360 assembler language in 1978&#x2F;1979 as an assignment at the University of Iowa. We had to account for the drum rotation speed and where instructions were placed on the drum for efficiency. At that time, they did not yet offer a degree in computer science, so my major was mathematics with a minor in computer science. I took every available computer science class and had to take a “filler class” in COBOL from the college of Business. I went onto my first job after graduating in 1970 to write Assembler language code for one of the first online transaction processing systems in CICS for a hospital patient registration system. It was an amazing time and experience.
mmpollard2 个月前
Tangentially related, one of the coolest books I&#x27;ve ever read is called &quot;the dream machine&quot; -- it goes through a ton of the detail around opinions on projects like the IBM 650 and others at the time... Neat stuff.<p><a href="https:&#x2F;&#x2F;press.stripe.com&#x2F;the-dream-machine" rel="nofollow">https:&#x2F;&#x2F;press.stripe.com&#x2F;the-dream-machine</a>
oliviergg2 个月前
Very interesting read. I think you can have the same nostalgia for your first computer&#x2F;langage in each generation ! I love the part where he describes the trick to reverse the 10 numbers 0123456789 with a program that fits on a single card.