vote up 25 vote down star
8

Some days I get into a rut and I just can't seem to focus. Then I think back to when I was a little kid and my parents brought home my first computer. I remember the feeling I got when my first line of code ran. I get the same feeling every time I turn an idea into code and see it work. It's too bad code isn't as readily appreciated as a piece of music or a photograph.

I would like a post I can come back to for inspiration. (Or to find out where all my rep went...)

Why did you become a programmer? Alternatively, when did you know it was what you wanted to do?

flag
show 4 more comments

105 Answers

prev 1 2 3 4
vote up 5 vote down

I was always a geek, and eventually I got a job that involved a lot of repetitive spreadsheet work. I worked hard on my Excel VBA skills and whittled my job down to about 1 mouse-click per week. The rest was surfing!

link|flag
show 2 more comments
vote up 1 vote down

I enjoyed playing with Logo Writer as a little kid. Never stopped enjoying programming.

link|flag
vote up 0 vote down

Because it's fun. And it's the best way to be a mathematician without being a professor.

link|flag
vote up 2 vote down

I used to use mIRC, and Internet Relay Chat program, which was scriptable. It started off by wanting to change the colour/format of incoming text (events). Then it was creating shortcuts to regular functions (aliases). Finally, it became a way to interact with websites from a command line (sockets/procedural).

Had to do some programming work in an IT class in high school and I always just seemed to 'get it'. I enjoyed it thoroughly. Just kept going.

link|flag
vote up 1 vote down

I started with Antic and Analog. Programming magazines for Atari computers with great games, utilities, and challenges. I got satisfaction from making the computer "do something." As I got older, I changed my major several times in college, but came back to programming since I found that joy. Now, in the business world, I see my code saving people time and making our company more successful. I've been effective at making the computer do what I want it to with vision that was developed early on and that has provided a good life for my family. It's a great profession.

link|flag
vote up 12 vote down

I became a programmer because I loved all of:

  • spending time with computers
  • finding out how they worked
  • building things
  • helping people

Programming allows you to cover all those things.

I'm constantly thankful that I'm doing something which I love.

link|flag
vote up 31 vote down
  • Originally because I wanted to make games.
  • Then because I seemed good at it.
  • Then because I was inspired by some great bloggers.
  • Then because I read The Pragmatic Programmer and Code Complete.
  • Then because I thought I could make a living out of creating cool stuff.

Now? Because I hope to one day be working with a team of people passionate about what they do.

link|flag
show 7 more comments
vote up 0 vote down

I became a programmer largely because of Shadowrun on the Sega Genesis. Something about it just drew me into the tech world (I was already a geek), and is probably responsible for my love of embedded programming. I want my cyberdeck!

link|flag
vote up 1 vote down

I love learning, and our field is guaranteed to be constantly changing. It seemed obvious to me 20 years ago that it was a growing field as well.

/Allan

link|flag
vote up 2 vote down

Personally it's probably because of my love of videogames as a kid. Also I remember getting one of those computer toys as a kid, and it included a pretty basic version of... well, BASIC. The manual had some examples as well, and I loved creating schedulers and phone books.

More recently, I attended CLEI 2007 (Conferencia Latinoamericana en Informatica) and saw Neil Gershenfeld's keynote (director at MIT's Center for Bits and Atoms) which pretty much blew me away and reassured me I made the right career decision. It was a great experience and I'm pretty sure it made me more confident of my choice. (For the record, Richard Stallman was also at that event, but that was more fun than eye-opening).

link|flag
vote up 3 vote down

I stuck a disk in our Apple IIe and it booted up to a BASIC prompt. I looked at that little blinking cursor and thought, "hmm, this looks interesting".

link|flag
vote up 3 vote down

I became a programmer because I always enjoyed it... back to the days of hacking with basic from programs I got out of a book.

I knew I was going to be a programmer probably in early high school when I was already taking source from a MUD and playing around with it, figuring out how it worked (and when I spent a month or so writing a chess game for my TI-83+).

I remember taking a career guidance test... it said I should work outdoors, like on a farm... so I went back and modified my answers till it said I should work with computers... talk about a nerd, huh?

link|flag
vote up 1 vote down

Simple answer, I was bored one night years ago.

link|flag
show 1 more comment
vote up 12 vote down

I got a Commodore 64 for Xmas when I was 11 and was immediately curious how I could make it do something that I told it to. Taught myself BASIC and the rest is history. 20 years later, I still get a thrill when I get something to work (especially on the first compile)

link|flag
2  
Works on first compile == true happiness. – TonyOssa Oct 1 '08 at 0:58
show 3 more comments
vote up 2 vote down

I had a problem that I needed solved and I didn't have the money to pay someone else, and no one else wanted to do it for free. So, with no clue what I was doing, I did it myself, I haven't stopped in the years since.

link|flag
prev 1 2 3 4

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.