Ask HN: Did you do more programming on your C64 than on your Amiga?
3•amichail•6mo ago
While the Amiga was more advanced in many ways, programming it was also more difficult — especially if you cared about coding a GUI for your app/game.
Comments
KingOfCoders•6mo ago
1. No
2. For me its Amiga (most), Amstrad CPC, C64 for the amount of 8bit coding I did.
I found the Amiga easiest to write for, 68k is a nice machine dialect and the hardware was easy to use (blitter, copper). On the C64 you needed to use much more tricks to make something great (but in either case didn't use any OS, wrote a small OS/UI for my Amstrad CPC with a text UI even).
PaulHoule•6mo ago
For me my ‘C64’ was a TRS-80 Color Computer (with a brief detour with the CoCo 3) and my ‘Amiga’ was a 286 PC compatible. Either way it was live to code, code to live.
KingOfCoders•6mo ago
I found the Amiga easiest to write for, 68k is a nice machine dialect and the hardware was easy to use (blitter, copper). On the C64 you needed to use much more tricks to make something great (but in either case didn't use any OS, wrote a small OS/UI for my Amstrad CPC with a text UI even).