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

1 2 3 4 next
vote up 97 vote down check

For the girls. No better thing to do to pickup chicks.

link|flag
2  
Yes, just watch beauty and the geek :) – rudigrobler Sep 16 '08 at 11:17
2  
Only if I could find some of these "girls" you speak of. – Zee JollyRoger Oct 1 '08 at 1:36
2  
Don't laugh. I married an IT geek. – Craig Oct 21 '08 at 4:33
show 6 more comments
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 26 vote down

I didn't become a programmer: I was born a programmer.

link|flag
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 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 11 vote down

One word: Zork!

I was in 5th or 6th grade when my mother brought a dumb terminal w/ a modem home from work. To dial in, you didn't plug the phone line into the terminal, you took one of those old-style Ma Bell phones and stuck the handset into these rubber suction cups on the back, i.e. it actually used the phone's speaker and mic. It didn't have a screen, either. Instead, it printed everything on a roll of thermal paper. Once all the beep boop rrrrrrr sounds settled down, I saw this:

West of House
You are standing in an open field west of a white house, with a boarded front door.
There is a small mailbox here.

>open mailbox

I was never the same after that. I remember the thing that most enchanted me was the conversational nature of the game play (although I wouldn't have phrased it that way at the time). I could type English words and the computer would understand me. Not only that, but it talked back! Turtle Graphics, this was not. It was literally the coolest thing I'd ever seen; it was just pure unadulterated awesome. Wielding my trusty Elvish sword, I forged ahead into the Great Underground Empire. But there were challenges...

>go down
You have moved into a dark place.
It is pitch black. You are likely to be eaten by a grue.

This particular passage always made adults just laugh and laugh, but it wasn't until many years later that I figured out why this was so funny. :o

I was into rpgs and choose-your-own-adventure books at the time, and I was just fascinated with the idea that a machine could do that. I wanted to know how it worked; not only that, I wanted to know how I could make it work, and that's ultimately how I ended up where I am today.

link|flag
show 4 more comments
vote up 10 vote down

I have an English degree, but I enjoy sleeping in a dry room and eating food I don't have to steal.

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

gorilla.bas plain and simple.

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

I am obviously the dinosaur of the group. I learned to program in FORTRAN on a mainframe using punch cards before my senior year in high school. I was fascinated at the ability to give a machine a list of things to do and have it follow my instructions. In college, I hung around the computer room and saw people do interesting things, such as ASCII plots, and experimented until I could do it too.

But I never considered it as a career since all the guys hanging out at the computer room (it was rare for a woman to come there), the computer science majors, had no social skills. Even I, a Geek physics major, recognized that.

But in graduate school, I got my MS in physics largely because I was able to do data analysis on the computer. And as I started work in the Air Force, I found at each job I could contribute the most by automating things. After a while, it became the main thing I did at each new job. Although I have retired from the Air Force, I still work full time as a scientific software developer.

But I am also a programmer as a hobby. I can’t stand the majority of commercial software because it doesn’t work the way I want it to. I still want the computer to do what I want. Computers do work for me… I will not do work for a computer.

link|flag
show 1 more comment
vote up 6 vote down
10 PRINT "BECAUSE ITS COOL" 
20 GOTO 10

(Not tested)

link|flag
2  
OMG he used GOTO - watch out for the velociraptor!! – Hannson Jun 18 at 1:08
show 4 more comments
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 4 vote down

I was intrigued when I got the famous Popular Electronics issue with the Altair on the cover. I was almost 10 at the time, and I knew I needed to know more about these things.

When the TRS-80 Model 1 appeared in stores, my mom would drop me off at Radio Shack while she ran errands, and the salesmen let me play.

It's been downhill ever since.

link|flag
vote up 4 vote down

Thinking about it, I think I started programming because I ran out of things to mess with on my grampa's computer. I had fully explored all applications I found, ways to change setings, color schemes in Windows 3.1 etc. and it was getting boring. I started with simple BAT files, then my uncle installed Borland Delphi.

The point you can come back to: Programming is fun because, in comparison, most other stuff is boring :)

link|flag
vote up 4 vote down

I just loved that there was a way for me to combine logical thinking, creativity and the artistic side of producing smart, clean and well formated code.

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 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

Like a lot of people, I was drawn to the rise of 3D first-person shooters, namely the epic DOOM series. Like a lot of people, I wanted to program games because I wanted to be involved in creating your own universe out of nothing.

Then I found out how arduous the game industry is/can be. At around this time, I discovered that I get the same ethereal feeling, sense of satisfaction, and creative rush when writing most code. It is like the thrill you get when you solve a math problem and it all suddenly works.

So I became a programmer to chase that feeling and get my daily fix.

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

I was in the US Army from 1968 to 1971. While there I was trained to be a combat engineer and then deployed to an ADM (Atomic demolitions Munitions) unit.

We had nukes that were small enough and light enough to be carried in a backpack (do a web search for SADM if you are interested). The MADMs were a little bigger and bulkier. They could not be carried by a single person but, of course, they had more bang. It was a boring assignment, though. They never let us set one off, just train, train, train.

At some point, the computer programmer (there was only one) in our battalion was due to be rotated home but there was no replacement for him. Somehow I wound up with the job. He gave me two weeks of OJT, a stack of manuals and a UNIVAC 1005.

After I had been programming for a few months, I decided that I wanted to program computers long term. I got out of the Army, went to school (UMASS Amherst) on the GI bill and graduated with a BSCS in 1974. I have been programming ever since.

I do not recommend the Army as a career path for programmers.

link|flag
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
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 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 2 vote down

Joy of creation - seeing something that I created work & solve a real (pseudo also does it :) problem .

link|flag
vote up 2 vote down

At age 7 I got my first 80286. The first word I learned to type was 'autoexec'. At age 12 I went to an extracurricular course on BASIC. That's when I decided this is what I wanted to do with my life.

At 26 I realize that decision I made at age 12 was probably the best I've ever made.

link|flag
vote up 2 vote down

I had a ZX Spectrum when they first came out, but wasn't really into games, so my dad got me to learn BASIC (I think this was his secret agenda anyway). I had a nerdy brain at 10 so this all fitted in well.

Thanks dad, I'm now earning far more than I would have done otherwise, and have managed to land a web developer job at my dream company (sailing)

link|flag
vote up 2 vote down

Pacman on a PC. I was in 5th grade when I started playing it. I was totally hooked.Wrote some DOS based games in school.

The whole idea of taking an abstract idea and creating it into something useful - that is a rush! Doesn't matter if it is Hello World. Just beautiful!

link|flag
vote up 2 vote down

I ran out of ideas with Lego... and bored kids give parents a hard time.

... so my doctor's father recommended a ZX, which got me started with Basic. Then a Euro PC (Scheneider, smth you yankees never heard of till eight words ago), then an IBM 486sx, with it Pascal, VB, C, C++, it just rolled in with education and work needs.

link|flag
vote up 2 vote down

It was a more intellectually stimulating that repairing computers.

And the chicks, definately for the chicks

link|flag
vote up 2 vote down

I was working too many hours a week.

I had, at that time, been in the Dry Cleaning business for 15 years. I got tired of working 80-100 hours a week. I was just learning about something called the "internet". It facinated me. I started out slowly, teaching myself some basic HTML. I got a WROX book on HTML and taught myself (with the aid of FrontPage..ugh) how to build some basic websites. Through a friend of mine, I got a few small jobs to build some web sites for him. At this point I was totally burned out with the Dry Cleaning business and decided to get into "programming".

I made up a resume that stretched the truth a bit and landed my first job in programming. It required me to know something called "ASP". Another WROX book and a week later I was programming.

It is funny, I left one job because of the long hours just to have it replaced with another.

However, I love programming and wouldn't trade this job for anything...except maybe a winning lottery ticket.

link|flag
vote up 2 vote down

Pong.

When I was 18 I saw my first arcade pong game and I was curious as to how it worked. In 1975 (when I was 21) I played pong on a TV set and had the same curiosity.

What put me over the edge was 1977 (at age 23) when I saw an Atari 2600 and a TRS80. It's silly, but when the TRS80 said "Hi, what is your name?", I just had to know how it worked. That started me on a journey in the Air Force and trying to change my career field to programming. It took two years, but in late 1979 (at the age of 26) I finally got to switch to programming.

I learned a lot about how the Atari 2600 worked when I got my Atari 800. I have recently been satisfying my thirst for more detailed knowledge about the 2600 thanks to the tremendous amount of information available and the quality of the current crop of Atari 2600 emulators. I have a lot of respect for those first game programmers.

link|flag
vote up 1 vote down

Simple answer, I was bored one night years ago.

link|flag
show 1 more comment
1 2 3 4 next

Your Answer

Get an OpenID
or

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