Sherman Set the Way-Back machine to 1981

What was your first computer or experience with programming..?

Well for me at the strapping young age of 7, my father brought home a Timex/Sinclair 1000. With a wopping 16k RAM and a 3.25mhz processor I was set on a path that lead me to where I am today. This thing sported a cassettee storage system and monochrome display capable of 64x44 resolution in graphics mode.

Every day when I got home from school I would just love cracking open the accompaning book of ROM BASIC and Z-80 assembly programs and typing them in, then see what would happen if I change this line of code... or that line of code.

10 FOR I=1 TO 50
20 PRINT “HELLO WORLD“;
30 NEXT I