How old are you, and how old were you when you started coding? - Stack Overflow [closed]most recent 30 from stackoverflow.com2009-11-29T23:22:02Zhttp://stackoverflow.com/feeds/question/327973http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/327973/how-old-are-you-and-how-old-were-you-when-you-started-coding113How old are you, and how old were you when you started coding? [closed]Paul Oyster2008-11-29T20:30:13Z2009-07-24T11:52:06Z
<p><strong>Closed</strong>. Yes, this is an interesting question, but there is now over 1200 answers (41 pages). In terms of data (since this is tagged as "research"), there is nothing to gain from having this question remain open (there should be more than any interesting metrics to be retrieved from this many answers). Also, it is becoming a bit of a nuisance being constantly on the StackOverflow home page - as said by Simucal in this questions comments,</p>
<blockquote>
<p>"This question was initially interesting but it is such an easy "question/poll" and applicable to ~everyone~ that it is never going to leave the front page. There will always be an onslaught of new users posting data to it. It was a worthwhile experiment but should it be on the front page forever?"</p>
</blockquote>
<p>I would appreciate it if you didn't just reopen/rollback this message, at least not without some discussion regarding the above points!</p>
<p>To reiterate - this is an interesting question, but it has run its course! Remember, closing a question doesn't mean it is deleted!</p>
<p><hr /></p>
<p>In stackoverflow's 31st podcast, Joel asked Jeff if he knew a 53 year old programmer, or someone that has been programming for more than 25 years.</p>
<p>Well, here is the perfect place to ask such a survey-like question.</p>
<p>I suggest placing a line with two numbers, like that:<br>
<em>your-age-now, age-you-started-coding</em><br>
so it would be easy to create a .csv file, extract histograms and have a clearer picture on ages and years of experience within the programming community.</p>
<p><em>edit by Mark Harrison... here's a quick and dirty bash script that will fetch all the data that has been posted in the suggested format. Figure out some interesting stats and post them!</em></p>
<pre><code>for x in `curl -s http://stackoverflow.com/questions/327973|
egrep span.class..page-numbers|
sed -e 's/.*<span class="page-numbers">//' -e 's/<.*//'|
head -1`;do
curl -s "http://stackoverflow.com/questions/327973?page=$x"
done|
egrep class=.post.text|
sed -e 's/.*<p>//' -e 's/<.*//' -e 's/ //g'|egrep '^[0-9,]+$'|
sort
</code></pre>
http://stackoverflow.com/questions/327973/how-old-are-you-and-how-old-were-you-when-you-started-coding/328319#328319167Answer by Federico Ramponi for How old are you, and how old were you when you started coding?Federico Ramponi2008-11-30T01:37:22Z2008-12-13T19:51:52Z<p>30, 14</p>
<p><img src="http://www.dei.unipd.it/~rampo/stuff/ages3.png" alt="alt text" /></p>
<p>Here are some statistics:</p>
<pre>Sample size: 899
(1) Current age: avg 31.9 std.dev 9.8
(2) Age when started programming: avg 13.4 std.dev 5.0
(3) Year when started programming: avg 1994.6 std.dev 5.0
(4) Correlation between (1) and (2): 0.3
</pre>
<p>Althought a chi-square test should be done to check for a real dependence between the current age and the age at which people learned programming, the slightly positive correlation coefficient seems to suggest that younger people tend to learn at an earlier age than was possible for older people (this is intuitive, for availability of computers and free compilers has increased more and more in time).</p>
<p>The updated source code is <a href="http://www.dei.unipd.it/~rampo/stuff/ages.py" rel="nofollow">here</a>, improved with suggestions from dblack and others, and with a check for the date of last editing.</p>
<p><hr /></p>
<p>EDIT: Also it would be really interesting to normalize the age distribution against the percentage of the population who were programmers at the time each person started (or assume late teens). There seems a large drop at around 50 or so which would roughly correspond to the arrival of personal computers when these people were that age. </p>
http://stackoverflow.com/questions/327973/how-old-are-you-and-how-old-were-you-when-you-started-coding/331495#33149526Answer by dblack for How old are you, and how old were you when you started coding?dblack2008-12-01T17:11:51Z2008-12-03T14:36:27Z<p>35, 7</p>
<p>BASIC on the TI 99/4A. </p>
<p>Quite a bit later I moved to a PC AT with BASIC, then TrueBasic, then C, asm. Learned Pascal in high school, then everything basically exploded and I don't really think I want to bother writing it all down. :)</p>
<p>EDIT: Here is an updated set of graphs adding the number of years programming and the year the programmer started. The modified source is <a href="http://www2.griffin.net/age2/age2.py" rel="nofollow">here</a>. I don't have the reputation to edit the original answer.</p>
<p>REQUEST: Someone with enough reputation please take this graph and the link to the modified source and add them to the original post. Feel free to re-host them if you want.</p>
<p>I'd tweak them a bit more, but I don't really know python or the modules used. I also sadly just don't have the time to research it further. It's a fun topic, though. Thanks to the original contributors!</p>
<p><img src="http://www2.griffin.net/age2/age2.png" alt="plots" /></p>
http://stackoverflow.com/questions/327973/how-old-are-you-and-how-old-were-you-when-you-started-coding/1170619#11706190Answer by SpoonMeiser for How old are you, and how old were you when you started coding?SpoonMeiser2009-07-23T09:24:33Z2009-07-23T09:24:33Z<p>Commodore BASIC on the Vic 20, age 5, I think.</p>
http://stackoverflow.com/questions/327973/how-old-are-you-and-how-old-were-you-when-you-started-coding/1170623#11706230Answer by pzycoman for How old are you, and how old were you when you started coding?pzycoman2009-07-23T09:26:08Z2009-07-23T09:26:08Z<p>6, with prolog and basic (then visual basic) at the same time (Do bear in mind, im 25)</p>
http://stackoverflow.com/questions/327973/how-old-are-you-and-how-old-were-you-when-you-started-coding/1170627#11706270Answer by Michał Chaniewski for How old are you, and how old were you when you started coding?Michał Chaniewski2009-07-23T09:26:50Z2009-07-23T09:26:50Z<p>Paper-BASIC at age of 8 (didn't have a computer, so I started programming on paper)
and this was going on for about two year</p>
<p>The next year I spent trying to make my programs work in Atari BASIC on Atari 65XE...</p>
http://stackoverflow.com/questions/327973/how-old-are-you-and-how-old-were-you-when-you-started-coding/1170630#11706300Answer by spender for How old are you, and how old were you when you started coding?spender2009-07-23T09:27:07Z2009-07-23T09:27:07Z<p>BBC BASIC on an Acorn BBC Model B at the age of 10. 6502 assembler at age 11 then my brother told me I'd get beaten up at secondary school if "you are a nerd", so I started smoking instead! Bad move. Took me years to catch up in my twenties!</p>
http://stackoverflow.com/questions/327973/how-old-are-you-and-how-old-were-you-when-you-started-coding/1170648#11706482Answer by Lonestar for How old are you, and how old were you when you started coding?Lonestar2009-07-23T09:32:53Z2009-07-23T09:32:53Z<p>Just started C++ about a year ago. I'm 22 going on 23. I was one of those guys that played sports and whatnot, never had a real interest in computers. But, about a year ago I decided to give it a go and decided I loved it :) Now onto Delphi :o</p>
http://stackoverflow.com/questions/327973/how-old-are-you-and-how-old-were-you-when-you-started-coding/1170653#11706530Answer by noesgard for How old are you, and how old were you when you started coding?noesgard2009-07-23T09:33:38Z2009-07-23T09:33:38Z<p>I must have been a slow starter, started out with Commodore Basic (Amiga) and shortly after Turbo Pascal, at the age of 14-15 </p>
http://stackoverflow.com/questions/327973/how-old-are-you-and-how-old-were-you-when-you-started-coding/1170658#11706580Answer by jqno for How old are you, and how old were you when you started coding?jqno2009-07-23T09:34:59Z2009-07-23T09:34:59Z<p>MSX BASIC, at age 6, I think. (I'm 28 now.)</p>
<p>It was actually my grandmother who taught me! Now the roles have been reversed.</p>
http://stackoverflow.com/questions/327973/how-old-are-you-and-how-old-were-you-when-you-started-coding/1170659#11706590Answer by dfa for How old are you, and how old were you when you started coding?dfa2009-07-23T09:35:33Z2009-07-23T09:35:33Z<p>I started with Basic at 8 (with an Olivetti, a commodor-like machine), then I moved to gwbasic on a 486, then Turbo Pascal...</p>
http://stackoverflow.com/questions/327973/how-old-are-you-and-how-old-were-you-when-you-started-coding/1170666#11706661Answer by Jeffrey Kemp for How old are you, and how old were you when you started coding?Jeffrey Kemp2009-07-23T09:38:08Z2009-07-24T11:52:06Z<p>33, 16</p>
<p>GWBASIC, on DOS 3.3 on my dad's new 80286 as a teen in high school. I still remember the lights going on when it twigged how to write a basic event flow, i.e. (I've forgotten the syntax though):</p>
<pre><code>10 PRINT ">"
20 getinput
30 IF input = "GO NORTH" THEN GOTO 100
40 IF input = "GO SOUTH" THEN GOTO 200
.. etc.
50 IF input = "QUIT" THEN GOTO 70
60 GOTO 10
70 EXIT
..
</code></pre>
<p>We all had to start somewhere...</p>