LOGO! It's not a bad first language for a 5 year old.
Poll: What was the first programming language you learned?
31–40 of 70 posts
Re: Poll: What was the first programming language you learned?
#32Re: Poll: What was the first programming language you learned?
#33Re: Poll: What was the first programming language you learned?
#34I didn't have storage for a while, so initially I had to type in my games every time before playing them.
Then I got a tape drive and spent months playing Tetra Horror :)
Re: Poll: What was the first programming language you learned?
#35What I liked about it was a) it was hard and made you really really think about what you where doing (in terms of memory and CPU usage) as you where in total control of both at all times and there was often no abstraction (well unless you wrote in binary I suppose). b) it was super tedious and required keeping a lot of code in your head at one time so when moving to say C/C++ it made you review your code with some sympathy of how it will run and how to optimise it (say rolled and unrolled loops etc). When things went wrong in C you could look at the produced ASM and understand perhaps why.
Do I miss it? Heeeeeellll no!
Re: Poll: What was the first programming language you learned?
#36Qbasic on a 286.