Quote:
Originally Posted by 5thWiggle
Basic is pretty much my go-to language for quick and dirty programming. A lot of oldtimers like myself [pulls waistband up above bellybutton, adjusts dentures] learned it first (actually I learned Z80 and 6502 assembly first, basic was a godsend compared to that!), cause all the old 8 bit systems had an interpreter. I never really could learn to like C++ though I've use it. IMP Object Pascal rocks! 
|
I started programming in Fortran IV on TI Silent 700 terminals connected to a PDP11 at Marquette U when I was in high school ('75). I also had a Motorola 6800 demo or trainer that was programmed in machine language using toggle switches (1975-76). Next I had a PL1 class at Florida Tech U (now called UCF) where we had to punch cards and put them in a card reader to run a program. A little later (around '79 or '80) I was doing machine language programming on an RCA 1802 with some sort of crude video generator chip that I used to make an automatic morse code reader that would display 4 lines of text on a video monitor.
Also around 79 or 80 I had an assembly language programming class that had such a horrible instructor I managed to get a D. I retook the class (with the same instructor- ugh!) and ignored the lectures and studied on my own and got an A.
Lately (the last 10 years) I like PIC microcontrollers which I program in assembly for hobby projects. You can't beat the speed and efficiency of assembly language coding. One of these days I'll probably play with Arduino just because of their ubiquity.