Hacker News new | ask | show | jobs
by ec109685 1920 days ago
I used Microsoft QuickBasic, then tried pascal and then C. The latter two were much harder to do any type of graphics programming (for me as an elementary school student). With basic, I could basically draw, xor out what I drew and then draw again and it worked well enough.

With C, (at least the way I remembered back then), you had to deal with QuickDraw, double buffering, etc. which was more complicated than I could deal with versus just being able throw up a game to play with.