Hacker News new | ask | show | jobs
by indymike 1492 days ago
I have a couple TI-994a's and a C64 out in the garage that were given to me as gifts... not the original (that died a long time ago).

I learned to program on the TI, TI-BASIC first, then Extended Basic, then some Assembler. The C64 was great because you had to understand how to work directly with hardware. On the TI, you would nice library call like CALL SOUND. On the C64 you'd have to POKE everything to the correct address to coax sound out of it (often what you would do in a single line on the TI would take 4-5 lines on the C64, but the C64 was fast, and had lots of memory). Good times.