True, but technology evolves and languages had to follow. After all, the first interactive time sharing systems were introduced around 1963 or so, and then people might want to enter FORTRAN programs from the terminal. I experienced the range from the ASR-33 Teletype through various "glass teletypes" to the VT-100 and beyond.
One innovation driven by these terminals was that "free format FORTAN" became a thing in various guises. For example, you could use a <tab> character to begin a line of code in column 7, and enter a label by making it the first thing on the line before the tab. Continuation might be done by putting an & character as the first thing on the line followed by the tab.
Given the need to do command line editing, there were various wonderful text editors like TECO that didn't rely on having a 2D screen to view your text.