As a sophomore in high school (1971), I had the good fortune to take part in an NSF-sponsored seminar that taught BASIC and the elements of numerical analysis. Afterwards, not having computer access, I started up a notebook that I wrote BASIC programs in. I wish I still had it.
Poll: When did you start programming in your free time?
21–30 of 53 posts
Re: Poll: When did you start programming in your free time?
#22I don't remember. (That option is not there)
Re: Poll: When did you start programming in your free time?
#23When you were 12 or younger how did you learn how to program? I was 16 when I started programming as a hobby and I had a programming class. I wish I started programming when I was 12.
I started in the mmorpg server-emu "scene". Stuff like World of Warcraft servers, etc. At that point I knew just basic HTML before jumping in. There were some people offering to make login, registration scripts, etc. for server websites. Along with a handful of people throwing around python in IRC rooms, IRC bots, etc. It was a pretty natural process, from looking at some of their scripts and wondering "wtf" all the…
Every assignment or lesson was out of a book
that must have been 10 years old.
Why does a book for introduction to programming need to be newer than 10 years? SICP is almost 30 years old.I assure you no revolutions in elementary BASIC programming have happened since 2002 :)
Re: Poll: When did you start programming in your free time?
#24Impressive that so many started at 13 or before. I'm a bit jealous.
I think my knowledge and skillset grows exponentially year over year, but in the beginning I did not have much to compound and not enough maturity to gather and own much knowledge and experience. Would I be roughly where I'm at now if I had started at 14 or 15? I've thought about this a lot and I don't know.
Other thoughts on this are appreciated.
To be clear, I don't for a second regret the time I spent early on learning how to program; it was so much fun and intellectually stimulating. I'm actually quite proud of how early I started.
Re: Poll: When did you start programming in your free time?
#25When you were 12 or younger how did you learn how to program? I was 16 when I started programming as a hobby and I had a programming class. I wish I started programming when I was 12.
- play games if you plugged the cartridge into the side. We had one cartridge "Popcorn", which occupied Christmas day.
- if you didn't plug a cartridge into the side it dropped you into a BASIC interpreter and sat there with a blinking cursor waiting for you to program it.
So on Boxing Day I started reading the BASIC manual and started learning to program. I still remember parts of that first program, a bingo number puller.
20 IF N=1 OR N=2 OR N=3 OR N=4 OR N=5 OR N=6 OR N=7 OR N=8 OR N=9 OR N=10 OR N=11 OR N=12 OR N=13 OR N=14 OR N=15 THEN PRINT "B"
now get off my lawn.
Re: Poll: When did you start programming in your free time?
#26Earlier quoted context omitted.
I started in the mmorpg server-emu "scene". Stuff like World of Warcraft servers, etc. At that point I knew just basic HTML before jumping in. There were some people offering to make login, registration scripts, etc. for server websites. Along with a handful of people throwing around python in IRC rooms, IRC bots, etc. It was a pretty natural process, from looking at some of their scripts and wondering "wtf" all the…
Every assignment or lesson was out of a book that must have been 10 years old. Why does a book for introduction to programming need to be newer than 10 years? SICP is almost 30 years old. I assure you no revolutions in elementary BASIC programming have happened since 2002 :)
Re: Poll: When did you start programming in your free time?
#27Almost every hacker I know started between the ages of 11 and 14. That seems to be the sweet spot; the time when brains are malleable enough to be able to adapt to strange new concepts but have enough knowledge to be able to put those concepts in some context. I think that compsci programs should be like art schools where your portfolio is what's considered first when you apply for admission.
However there are plenty of people who are far less fortunate and were not exposed to programming until much later in life (I know quite a few good programmers like that), is it fair to disallow them of a CS education at the because they don't have a portfolio at the age of 18?
Re: Poll: When did you start programming in your free time?
#28It also interests me that so many people started with HTML. I never really "learned" HTML, nor was it the first language I used. I just had to use it once to build a website, and it came extremely naturally after a bit of Google searching for tags.
Re: Poll: When did you start programming in your free time?
#29Re: Poll: When did you start programming in your free time?
#30As a sophomore in high school (1971), I had the good fortune to take part in an NSF-sponsored seminar that taught BASIC and the elements of numerical analysis. Afterwards, not having computer access, I started up a notebook that I wrote BASIC programs in. I wish I still had it.