Live data from Hacker News

Poll: How long have you been programming?

news.ycombinator.com

281–290 of 329 posts

Re: Poll: How long have you been programming?

#281
post #49

I think the first time I tried programming was when I was simply looking at QBasic code, astonished how Nibbles and Gorillas work and thought, "these characters I see on the screen before running the game are what make the game function? If so, how?" This was on my father's 486/33 I believe, although I barely remember his 386 which could have been what it was on. Regardless, I was probably 5 or 6 and I tried messing…

Not just here to say I've had a similar experience: how are the kids of today going to be amazed when top-notch graphics are in all devices?

Re: Poll: How long have you been programming?

#285

I started out with BBC BASIC on my Dad's model B when I was 7 or 8. I remember reading a book called "Structured Programming" or suchlike, and hardly used a GOTO again - BBC BASIC was reasonably advanced for its time in having DEF PROC and DEF FN. From that I progressed to an original IBM PC AT (still got the Model M keyboard from it), using QuickBASIC at first, then QuickC. Then my Dad got a 486sx20 with a stratosph…

What Lisp dialect?

Re: Poll: How long have you been programming?

#287
Viewing source of the internet around the time I was just starting elementary school. Educated me a bunch, especially since the internet back then was super-primitive. People were using VBScript back then. I had no mentors, so when I took a look at Javascript, I got confused as to what curly braces were ("Where's the endif? VBScript has endifs! And what are those silly {} things for?"). I finally got into PHP around middle school early high school when I wrote a really primitive webcomic system for a friend, modeled after megatokyo. Full of SQL injection holes, though I started to figure out and create my own OOP-ish system.

Later: Python (Pylons), PostgreSQL, Java Servlets, Jersey, Play Framework, Jackson (in roughly that order, omitting a lot of detail).

Only ever had a mentor who taught me new things once, when learning the servlets stuff. The rest of the time, I had no mentorship :(.

Re: Poll: How long have you been programming?

#290
post #49

I think the first time I tried programming was when I was simply looking at QBasic code, astonished how Nibbles and Gorillas work and thought, "these characters I see on the screen before running the game are what make the game function? If so, how?" This was on my father's 486/33 I believe, although I barely remember his 386 which could have been what it was on. Regardless, I was probably 5 or 6 and I tried messing…

I also started with QBasic, Nibbles and Gorillas. I then moved on to writing my own implementation of Hangman. Oh the memories!
Post reply on HN