This post originated from an RSS feed registered with Ruby Buzz
by Rick DeNatale.
Original Post: How Did You Get Started in Programming
Feed Title: Talk Like A Duck
Feed URL: http://talklikeaduck.denhaven2.com/articles.atom
Feed Description: Musings on Ruby, Rails, and other topics by an experienced object technologist.
I would have been 18 or 19. It was my freshman year in college (1970/71), but I can’t recall whether it was first or second semester, and my birthday is in December.
How did you get started in programming?
Let me go back just a little bit. When I was in high school, I was very interested in music. I’d played in various rock and blues bands since junior high. My high school in Connecticut was part of a program which taught electronic music. This was a time when synthesizers were just coming to the fore. Walter (now Wendy) Carlos’ album “Switched on Bach” had come out in 1968 when I was a high-school sophomore.
So I started at the University of Connecticut in the fall of 1970 and enrolled in the Electrical Engineering School, with the sole intention of becoming the next Robert Moog. All I really wanted to learn was how to design voltage-controlled oscilators and amplifiers.
One of the courses which all freshman engineers at UConn had to take was a 100 level CE course which consisted of one-half semester of “Engineering Graphics” i.e drafting on a board with a T-Square, Triangles and French-curves, and one-half semester of Fortran I programming on an IBM 1620.
That course got me hooked on programming, and my musical career ended in a hurry.
What was your first language?
As I mentioned it was Fortran I, but I quickly became one of those guys who wanted to dabble with every programming language I could get my hands on.
What was the first real program you wrote?
It’s been so long that I can’t really remember. One of the things I remember from school was writing a compiler as a class project. I also remember a computer architecture (hardware) course, taught by grad student with a recent math MS, who I baffled by designing a computer for the term project which had a very simple hardware design, because it was micro-programmed so the main part of the design was actually firmware. The poor guy didn’t really know what to make of it.
What languages have you used since you started programming?
This is probably not a complete list but:
PL/I
Snobol
Lisp 1.5
Formac
1620 Assembler Language
PDP 8/5 Assembler Language
IBM System/360/370 Assembler Language
APL
PL/S – an IBM internal mid-level language akin to C but with a PL/I like syntax, and a later variant PL/AS
Basic – on the APPLE ][
UCSD Pascal
C
Class-C, an object oriented C variant similar to Objective-C which I invented for use within IBM
Object Pascal (using MacApp)
C++ (as little as possible)
Smalltalk – my first real love
Java – mostly because I had no choice
Ruby – my current love
JavaScript – which I’ve decided is my language of the year for 2008.
If you knew then what you know now, would you have started programming?
Only because I can’t figure out how to become a real Rock Star.
If there is one thing you learned along the way that you would tell new developers, what would it be?
Try to get a broad a picture as possible of programming, try to use your knowledge of other languages enhance your learning of new ones instead of inhibiting yourself by misunderstanding how the languages differ from the ones you’ve already used,
What’s the most fun you’ve ever had … programming?
The most enjoyable aspects of programming are the social ones. I was doing pair programming before anyone had coined the term. I remember sessions where two or three guys were working on something, one working the keyboard, one the mouse, and maybe a third kibitzing. Beyond that it’s great to hang out with other programmers whether at local groups or at a conference like OOPSLA or RubyConf and talk about the craft of programming, maybe over a beer or two.