I could probably write a blog post with the opposite title, sth. like "My life got ruined by the Commodore C64". Equally hyperbolic, the narrative would go something like this: I was the exact same child/teen as the guy from the other blog, but the problem from 2026 me is that I got lured into IT through games and BASIC, and now I so wish I had chosen a different career. Alas, it's all I know how to do, and at this p…
Sounds like the normal mid-life crisis. :-P Would probably hit you with every other job too.
I Owe My Life to the Commodore 64
31–40 of 107 posts
Re: I Owe My Life to the Commodore 64
#32I'm curious about something. A lot of older programmers, like Terry Davis who was fairly well known in Korea back in the day, seem to really love the Commodore 64. Is there a reason for that? I'm not from that generation myself. If I had to pick, my nostalgia lies with Windows 95 to 98. So I wonder, what kind of memories does the Commodore hold for the generation of programmers older than me?
OTOH with Windows 95 it's not really clear how to make a program or do something creative. So I'd argue C64 or similar might be a better choices that W95 PC for kids under 15 y.o.
Re: I Owe My Life to the Commodore 64
#33> These games didn’t come with any instructions, so figuring out how to play them was often a bigger challenge than the game itself. Ah yes, the "special compilations" on TDK D90s swapped in the playground ;-)
Re: I Owe My Life to the Commodore 64
#34Re: I Owe My Life to the Commodore 64
#35I'm curious about something. A lot of older programmers, like Terry Davis who was fairly well known in Korea back in the day, seem to really love the Commodore 64. Is there a reason for that? I'm not from that generation myself. If I had to pick, my nostalgia lies with Windows 95 to 98. So I wonder, what kind of memories does the Commodore hold for the generation of programmers older than me?
The C64 had a good game library. While the C64 does have a cartridge and tape deck port, most games were sold on floppy disks. The C64 does not auto-boot disks, so when you turn on the power switch, you are immediately met with a BASIC "Ready." prompt. You have to type in a magic incantation to start the program on the disk LOAD "*",8,1 The curious will wonder what else can be done in BASIC? Or what if you don't have…
Meaning that the entire computer, and all its capabilities and speed, was available from within BASIC.
This was true of many home computers of the era, and even of the IBM PC if you were willing to struggle a bit, but it was emphatically not true of all of them: the TI-99/4A, for instance, had a nerfed BASIC that was not only very slow, it also prevented access to any of the system's facilities outside of the commands BASIC provided. This probably had a lot to do with its unusual memory architecture, in which only 128 words of RAM were provided to the CPU and all BASIC memory was accessed indirectly through the video chip.
But yeah, aside from cartridge-based games, every program on the C64 was a BASIC program, just one that was mostly a machine-code memory image.
Re: I Owe My Life to the Commodore 64
#36Commodore 64 was quite popular in Europe too, but I believe more successful was the Sinclair Spectrum (and some copycats behind the iron curtain). In my case, too, it was the Speccy and later the Sinclair QL, when it got really affordable; I owe my life to the QL :)
I feel like storage has improved slightly since microdrives were state of the art too...
Re: I Owe My Life to the Commodore 64
#37I still have my tattered C64 Programmer's Reference Guide on my shelf (as well as Programming the 6502 by Rodnay Zaks).
Re: I Owe My Life to the Commodore 64
#38s/Commodore 64/Apple IIe/
Re: I Owe My Life to the Commodore 64
#39A friend of mine said, "PC gaming creates techies". Does it still? I hope so.