Your first programming experience?

Programming the 6502 microprocessor and its relatives in assembly and other languages.
User avatar
BillO
Posts: 1038
Joined: 12 Dec 2008
Location: Canada

Re: Your first programming experience?

Post by BillO »

I must be one of the oldest curmudgeons on here.

My first programing experience was in 1972 in high school. I took a course called "Data Processing". We learned Dartmouth BASIC and had to write programs by marking cards with a pencil, hand them in and have them sent off to be batch processed at some other place. If we got our stack of cards in on Monday we'd get the results on Thursday - usually just a listing and an error report. It would take on average a month to get a program fully debugged and running. There were so many things that could go wrong aside from logic and syntax errors. If the markings were not dark enough, or went outside the little boxes, or you got a card out of order, or forgot to mark the continuation box when your line of code extended over more than one card, etc., etc...

It was a royal pain and it surprises me to this day that I managed to last through it and make a career in IT. A good deal of it programming.
Bill
User avatar
BigEd
Posts: 11464
Joined: 11 Dec 2008
Location: England
Contact:

Re: Your first programming experience?

Post by BigEd »

(Me too: I took a Computer Studies course in secondary school, around 78 or 79, and I had my trusty 6B pencil for marking up cards. But I can't remember whether it was Fortran or Basic.)

Edit: thanks everyone, by the way, for sharing your stories!
rclancy
Posts: 11
Joined: 03 Dec 2019
Location: New Mexico

Re: Your first programming experience?

Post by rclancy »

My dad got a PT Sol-20 in 1978. I mostly used it to play Lunar Lander. But, I did do a little basic programming on it. My first real programming experience was in 1983, when my school required all of it's students to own an Apple ii. My folks somehow scraped together enough money to get an Apple iie. I programmed it in basic and eventually in forth (though, I remember exactly nothing about forth). Even though I owned the iie and later a c64, I didn't start programming 6502 assembly until a couple of weeks ago. :D
Tor
Posts: 597
Joined: 10 Apr 2011
Location: Norway/Japan

Re: Your first programming experience?

Post by Tor »

I probably programmed an HP calculator before I programmed anything else, but it's a bit vague at this point. I also don't remember if I first programmed in BASIC on a mini (core memory and all) or 6502 assembly on an AIM-65. That would have been near the end of the seventies in any case.
Post Reply