TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

54 pointsby pncnmnp3 months ago

6 comments

svat3 months ago
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 未加载
MarkusWandel3 months ago
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 未加载
yodon3 months ago
&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 未加载
bableck3 months ago
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.
mmpollard3 months ago
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>
oliviergg3 months ago
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.