No Stack Overflow, No Autocomplete: What Coding Felt Like in the 80s
21–30 of 65 posts
Re: No Stack Overflow, No Autocomplete: What Coding Felt Like in the 80s
#22Re: No Stack Overflow, No Autocomplete: What Coding Felt Like in the 80s
#23Re: No Stack Overflow, No Autocomplete: What Coding Felt Like in the 80s
#24The more sophisticated magazines had CRC codes after every line, so you could know where in the code you has mistyped.
But alongside these machine-language programs, they published a short BASIC editor, and this is how you typed in the machine code. It was all numbers, and the editor program would calculate the CRC, and it could flag typos, so you could re-enter the bad lines. That was way better than arduously entering DATA statements in BASIC, or just having a malfunction because of a typo in those programs.
This stuff was all rather magical for me. At first I didn't even have a storage device. I'd type in short BASIC programs, shut off the machine, and they'd be wiped: gone forever. Of course, with the Commodore computers, there was always an option to purchase cartridge-based software that was durable.
Eventually I had a Datasette cassette recorder, so I could save those programs I'd typed in. It was quite amazing to be able to finally save my own stuff, or the magazine programs.
Re: No Stack Overflow, No Autocomplete: What Coding Felt Like in the 80s
#25Re: No Stack Overflow, No Autocomplete: What Coding Felt Like in the 80s
#26Re: No Stack Overflow, No Autocomplete: What Coding Felt Like in the 80s
#27Maybe not 80s, but I vaguely remember visual basic 4 having autocomplete...
It had a completely configurable auto-complete, which I rewrote to insert big code templates in the languages that I was using (C, C++, Fortran, Basic, assembly), covering almost all boilerplate that I encountered at that time.
The BRIEF editor for programmers was one of the best software products that I have ever used. Nothing that I encountered later on Windows approached it in customizability. Actually I find it strange that I cannot recall any Windows program that I would consider as a high-quality software product, while there are a handful of programs for MS-DOS that I consider as examples of high-quality, even decades later (e.g. the programming editor BRIEF, the file manager XTree, the spreadsheet Lotus 1-2-3, the technical drawing program AutoCAD for MS-DOS; all these were extremely customizable).
Nowadays Emacs may have even more customizable features, but it has always been more opaque for newbies. BRIEF was instantly usable on an IBM PC clone, even if discovering its advanced features could require some time.
Despite having used continuously for 3 decades various UNIX-derived operating systems, including Solaris, FreeBSD and Linux, only this year I have switched to Emacs, in order to recreate the great programming experience that I had with BRIEF many years ago. Emacs includes all that is necessary, but it requires a much longer initial study in comparison with BRIEF, before becoming able to master it, which is why I hesitated for a long time before trying it.
Re: No Stack Overflow, No Autocomplete: What Coding Felt Like in the 80s
#28Re: No Stack Overflow, No Autocomplete: What Coding Felt Like in the 80s
#29[deleted]
Pause
I need to hear about this :)
What is your use case, if you don't mind sharing?
Re: No Stack Overflow, No Autocomplete: What Coding Felt Like in the 80s
#30Failed the 301 Systems Programming class because C on my NeXT Cube was sufficiently different from the compiler in the labs and I never managed to work out how to bridge that gap mentally....