Poll: How long have you been programming?
81–90 of 329 posts
Re: Poll: How long have you been programming?
#82My computer progression: TRS-80 pocket computer, TRS-80 model I, Commodore 64, Commodore 128, Commodore +4, Amiga, Vic-20, and then the long list of Intel 80x86 machines and phone/tablet gadgets.
Re: Poll: How long have you been programming?
#83Re: Poll: How long have you been programming?
#84VIC-20, MicroBee, ZX-81, C64, Amiga
EDIT: oops seems it must have been a 16K model.
Re: Poll: How long have you been programming?
#85After graduating from electrical engineering, I figured out that if I wanted to go into electronics, I would need to spend a lot of money on equipment just so I could practice at home, but I was broke. However, my computer at the time was pretty top notch (486DX 50MHz, 16 MB RAM). I felt that my computer was probably the same caliber as the ones that real programmers were using, so it made more sense to learn how to…
Re: Poll: How long have you been programming?
#86Re: Poll: How long have you been programming?
#87Earlier quoted context omitted.
But they still need to find the information that there are such super simple options. Google "programming tutorial beginner" and the first thing is about C++. Ask in a forum and you will start a long discussion about which language to learn first. There is an incredible amount of information and tools that would allow to start very easy (and without having to pay anything for tools or books), but without somebody exp…
OK, but if you wanted to program a VIC-20, you were literally POKEing 6502 opcodes as hex numbers into memory addresses - the development tool VICMON cost extra, and even then you still had to know the mnemonics. And people of my generation still did it. And kids today have everything handed to them on a plate, they just aren't interested.
Re: Poll: How long have you been programming?
#88I started programming on the BBC model B. You had to number each line by hand. The convention was to write the line numbers in steps of 10. Then as you went back and added lines, you'd run out of gaps to fit your lines in. Then you had to use the RENUMBER command and all the lines would be renumbered in steps of 10 again. It was a great breakthrough to me when it was realized that line numbers could be derived from t…
I remember the "Wow!", when I discovered the AUTO command!
Re: Poll: How long have you been programming?
#89Re: Poll: How long have you been programming?
#9010 Print "Sears Sucks"
20 GOTO 10
The first computer my family owned was a Commodore Vic-20 and I typed in plenty of proggies out of magazines. They were stored on cassette tapes and we bought a modem - then a phone because we needed to be able to disconnect the hand piece once we'd connected to a bbs and plug the cord into the modem. All our phones were slimline and disconnecting those dropped the call.
The 80s were a really fun time to be a geek.