Tommy
Senior Member
- Location
- New Hampshire
I started taking programming classes in college in 1969 using a DEC PDP-10 mainframe. In those days, programming entailed getting an assignment and then, with pencil and paper, creating flow charts and writing out (what you hoped was) code that would perform the desired task. You then took your hand written code to a room with a bunch of barrel-keyed keypunch machines and created your punch cards.I didn't get to use a computer until the mid seventies in college. Programming FORTRAN on punch cards, fed them to a CDC 3150 mainframe.
View attachment 251246
You dropped your stack of punch cards off at the computer center and returned the next day to pick up that evil green-bar printout that often told you that your program had failed, possible why it failed, but of course NOT how to fix it. Back to the hand written charts and code, make changes, and try again, repeat until successful.
It was actually pretty effective in forcing you to learn from your mistakes.