When did you learn to program and in which language?

It's Saturday morning and I started the day reading another chapter of Introduction to Algorithms (Cormen, Leiserson, Rivest y Stein), a must read for every programmer no matter which your favorite language is.

And while I tested some Python code I tried to remember when I started to program and in which language. It was 24 years ago, in 1984, I was twelve and my first computer, a PC XT (Intel 8088, 4.77 MHz) had less than six months at home.

The language was Basic, first as BASICA and later as GW-Basic running on DOS 3.2.

And you? When did you learn to program and in which language?

Trackback URL for this post:

http://ventanazul.com/webzine/trackback/125

First Programming Language

My first and only programming language was when I was in elementary school learning BASIC on an old Commodore.

The old days...

Circa 1987. I was about seven yrs old so it's all a little fuzzy. But the language was BASIC on a ZX Spectrum 48k.

My first ever program:

10 PRINT "HELLO"
20 GOTO 10

I hadn't even heard of "Hello World" at this point. In any case, the world wasn't listening. I was just getting my computer to say "HELLO" to me :) This, at the time, was the most impressive thing I'd ever seen.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <h1> <h2> <h3> <h4>
  • Lines and paragraphs break automatically.

More information about formatting options