I started programming when I was 9 years old. I had a VTech PreComputer 1000.

The thing had educational games on it--science questions would scroll by on the one-line, 20-character screen, and you'd type the letter for the answer, or fill in the missing letters for half-completed words as they'd scroll by in the spelling games. But it also had a BASIC interpreter, and I found it fascinating.
I remember when I first entered its BASIC mode, I couldn't figure out what it was for. You could type things but nothing seemed to really do anything. It wasn't long before I cracked open the "3 In 1 Computer Teacher Course Book" and flipped to the section on BASIC. There were code listings--10 of them, I think--and none of them made much sense. But, I followed the instructions and keyed them in, line by line, and the magic of RUN would bring the creations to life.
Eventually I started tackling some of the more advanced listings--loops, variables and input. I devoured the book. Before long I was writing my own (very simple) little BASIC apps. I had found my calling.