|
|
|
|
|
by helicalspiral
1942 days ago
|
|
Sorry for hijacking your response but I have a question that you might know the answer to: how did using compilers work back in the punch card days? Say I write a deck of FORTRAN code. What do I do with it next? Do I stack the a deck of cards labelled "FORTRAN COMPILER" and append my stack of code and a card printer pops out cards punched out with machine code? |
|
Things were faster if you had a tape drive. Your source code would normally be on cards, but the compiler would be on tape.
You can see a video of FORTRAN II compilation on the 1401 here: https://www.youtube.com/watch?v=uFQ3sajIdaM
Other comments described a later system such as the IBM System/360, where you had an operating system so you could use a card specifying Fortran compilation and you were set.
Description of the compiler: http://ibm-1401.info/1401-IBM-Systems-Journal-FORTRAN.html