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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Coding on tape – computer science A-level 1970s style

33 点作者 iamphilrae大约 9 年前

9 条评论

KineticLensman大约 9 年前
Sigh! brings back memories.<p>1979 - Reigate Grammar School. The school didn&#x27;t offer a comp. sci. exam but we had a computer club (although no computer). I remember using a card punch to write a factorial program. I can&#x27;t remember the language. The cards were taken to an insurance company down the road who did actually have a computer. A couple of days later you&#x27;d get a print-out of the compilation errors, and you&#x27;d start again. The future seemed so exiting back then. On this basis, I went to Leeds University to study computing where on the first day, they introduced us (as a prank) ... to the card punch machine.<p>Now get your new-fangled glass teletypes off my lawn!
评论 #11415938 未加载
jejones3141大约 9 年前
Wow. Back in the spring of 1971, thanks to NSF a number of high school students and teachers, I one of the former, got to go for a few weeks to the University of Oklahoma where Dr. Richard V. Andree would lecture us on BASIC programming and the fundamentals of numerical methods on Saturdays and then on other days through the week we each got our hands on an ASR-33 hooked up to a Data General Supernova that could have four people running the BASIC interpreter at a time (!). After that, I kept a notebook that I would write programs in in BASIC with no chance of running them and sucked down the computer-related books in the school and town library, including one English book with such exotica as Extended Mercury Autocode. After a junior year with no computer access, vo-tech school exposed me to unit record machines and an RCA 301 (ended up writing self-modifying code to do a decimal multiply) and eventually RPG on the OKC public school system&#x27;s 370. On to OU, where the undergraduates all had to use punched cards--it was an IBM shop, so it was the horrors of JCL again, though I hadn&#x27;t seen anything else but the Data General, so I didn&#x27;t know any better.<p>Very different days those were.
dwarman大约 9 年前
(Yorkshiremen Moments in 3, 2, 1)<p>First program: Sieve of Eratosthenes in ALGOL 60, typed onto paper tape on a Friden Flexowriter and run (ran first time too) on an Elliott 803. Year was 1963. I did get to touch the cabinet, but was not allowed to mount the tape.<p>First computer: 1967, Elliott 4130, from the inside out as commissioning tech employed at Elliott&#x27;s in Elstree. 1000 cps paper tape readers were quite something. Especially when they failed.<p>Elliotts computers absorbed into ICL 1968&#x2F;9. So any schools using 903&#x27;s had to be using old refurnbished units. I would have thought.<p>1968: same time, evening degree at Birkbek College, prepared CS projects on IBM punched cards and handed the stacks to the priesthood via a little hole in a wall for running on the Atlas. 2 day turn-round. A step backwards, for me, after such intimacy wth the 4130. Fun fact: the course was not called CS in those days, not yet. So I got Mathematical Sciences with Physics on my piece of paper.
tonyedgecombe大约 9 年前
1979 - We were hand writing Fortran out on cards, there was a two week turn around to find out if we had made any mistakes (or the operator had miss-typed the code). I have no idea where they went to be executed.<p>We also had an Olivetti machine with very limited (240 bytes) core store, I&#x27;m pretty sure it was one of these: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Olivetti#&#x2F;media&#x2F;File:Olivetti_Programma_101-2.jpg" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Olivetti#&#x2F;media&#x2F;File:Olivetti_...</a><p>A couple of us used to go to the computing teaching centre in Oxford University where they let us write BASIC on a system called the mod-one, I&#x27;ve no idea who made it.
peter303大约 9 年前
The legend is that Bill Gates and Paul Allen wrote BASIC on a punchtape for the new Altair microcomputer while at Harvard, flew the punchtape to Albuquerque, and had the BASiC running on the first day of debugging. They had written a CPU emulator on a Harvard computer and their BASIC on top of that. So the morale is you didnt need a lot of punchtape iterations if you did it carefully. Todays semi-compilation as you type in the code may contribute to a certain intellectual laziness. It easy to recompile hundreds of times during development.
walshemj大约 9 年前
Back in 73&#x2F;74 we had to send out code off on coding sheets that where processed at the local college.<p>The first language we learnt was a cut down training assembly language CECIL we moved on to BASIC the next year.<p>BTW I was the CSE lower stream ie the exams for those leaving at 16.<p>Funny thing was as computers where the maths department as I only did a CSE I wasn&#x27;t allowed to do the A level computing in the 6th form - even though I got the highest possible grade in my CSE maths.
SagelyGuru大约 9 年前
1975 - writing as a coursework assignment a keyboard driver in assembly code for a PDP minicomputer. Pressed keys would set up interrupts, be interpreted, and printed back on the teletype. Got the instructions down to the minimal two metres of paper tape, read it in, and it worked! Worth 5% of one module of a computing course :)<p>The most impressive thing about it all was how fast the paper tape reader has read it in.
SixSigma大约 9 年前
At least it wasn&#x27;t just cardboard<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;CARDboard_Illustrative_Aid_to_Computation" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;CARDboard_Illustrative_Aid_to_...</a>
评论 #11417570 未加载
basicplus2大约 9 年前
luxury! we had to program our HP in school by colouring in the cards for it to read one by one.. one step up from punch cards as we could re-use them