But I didn't get into programming seriously until I was 22 (VBA scripting for Excel at work). Sometimes I wonder how hard it will be to catch up, although so long as I stay ahead of the average CS graduate I should be OK. I think.
Poll: How old were you when you started programming?
61–70 of 121 posts
Re: Poll: How old were you when you started programming?
#62My language path looked something like: Paper Assembler (hand assembled, hand executed), Basic. APL (on an IBM-5100 http://en.wikipedia.org/wiki/IBM_5100) National Semiconductor SC/MP Machine Code (hand assembled, and entered on hex keypad http://en.wikipedia.org/wiki/National_Semiconductor_SC/MP), C, C++ (dark days indeed), Scheme (ahh... that's better!), Javascript (hey... not unlike Scheme), Powerpoint (became an "executive"), Perl, Python, Groovy (surprisingly awesome, been meaning to write a "Groovy is an acceptable Lisp" post)
Never done anything meaningful in Java (all the ugly of C++!), Ruby (just haven't had a reason) nor Haskell (but think it's kind of pretty)
Scheme is still my favorite by far since I find it the most beautiful and powerful.
Re: Poll: How old were you when you started programming?
#63PEEKed and POKEd my way out of there pretty fast..
Re: Poll: How old were you when you started programming?
#64Re: Poll: How old were you when you started programming?
#65Born in '75 ... my parents bought me an Atari 400 and I programmed BASIC on it ... but I can't remember what year. The 400 came out in 79 but I think it was a couple years after that.
It was the early 80's and I was about 7/8 yrs old, the guy in my local electronics shop used to allow my brother and I to photocopy programs from various magazines, of course they would be lost when we turned off the atari, also sometimes we messed up the photocoying, so we were forced to try figure it out our selves. What fun!
Re: Poll: How old were you when you started programming?
#66Anyone know are the kids starting with these days?
Re: Poll: How old were you when you started programming?
#67Commodore 64 bought with a paper route money. Sub poll, who's first program looked like this? 10 print "Mike Rocks" 20 goto 10
http://en.wikipedia.org/wiki/BBC_Master
It would have looked something like this: http://www.youtube.com/watch?v=Pj2NOTanzWI
Re: Poll: How old were you when you started programming?
#68Commodore 64 bought with a paper route money. Sub poll, who's first program looked like this? 10 print "Mike Rocks" 20 goto 10
Funny, my first was similar, in Apple ][ BASIC. When I was in 7th grade, a friend (still to this day) and I had a typing class which used Apple ][s. One day we had a substitute teacher in who knew absolutely nothing about computers. I decided it would be funny to prank her so I wrote something like: 10 PRINT "GOVERNMENT ACCESS ONLY: THE FBI HAS BEEN CONTACTED" 20 FLASH 30 GOTO 10 I called her over with a worried face…
10 PRINT "I AM COOL! ";
20 GOTO 10
On a 40-character text display, amazing things happen...