A blast from the past! An IBM 1620 was the very first computer I programmed, way back in 1969, likely a model 2. As part of a second year Applied Mathematics semester we were given a block of coding forms, a McCracken book on FORTRAN II and a list of problems to solve. There was no instruction on how to do this beyond reading the book, as far as I can remember. Someone punched cards from our coding forms and put them into the machine. We never actually got to touch the hardware, but we could look at it through glass windows.<p>That was a life-changing experience as it led to me dropping out of my Physics degree and eventually going into a computing career.
Currently the title says "Web-based IBM 1620 emulator and IPL-V from 1963" until HN's title policy inevitably vandalizes it to remove the informative part. But, to give further context on IPL-V, IPL (I think actually IPL-IV) was key to some early AI research, but the main reason it's interesting in 02026 is that it's what inspired Lisp. It's a terrible programming language by today's standards, and the manual is a horrible slog, but you can see the seed of almost every programming language popular today in it.
Paul Kimpel has built a lovely web-based IBM 1620 emulator, and was able to compile and run a 1963 IPL-V compiler and runtime from U Oregon. Run it all from your browser! Execution details and project history linked from Paul’s repo: <a href="https://github.com/pkimpel/retro-1620" rel="nofollow">https://github.com/pkimpel/retro-1620</a>
Has it been ported to TempleOS yet?