in reply to programming language
The mistake I made early on was to try too hard to follow a college-like path. That is, learn Pascal, because it was designed to be a teaching language. Then learn C, because it's the basis for many other languages, then learn C++, because it's object-oriented, and based on C...
I lost interest in Pascal pretty quickly, because I knew I'd never use it after learning it. C was very intimidating at first, and difficult for me to find "useful" things to do so I could see quick progress. I'm the kind of person who wants quick feedback early on, to be sure I'm on the right track.
### Begin Subtle Perl Plug ###
Perl has been great for me because it works at a lot of different levels. In Programming Perl, it's explained in terms of a natural language. A child can communicate using a subset of his native language, even imperfectly. That's true with Perl, too. You don't have to get it all perfect before you start seeing results. Quick feedback facilitates learning.
### End Subtle Perl Plug ###
So, choose the language you want to use - have what you consider to be a Good Reason for choosing that language - and stick with it. Expect to have rough spots, and expect to have to think!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re(2): programming language
by dmmiller2k (Chaplain) on Dec 21, 2001 at 01:32 UTC | |
by mrbbking (Hermit) on Dec 21, 2001 at 05:29 UTC |