Quote:
Originally posted by Fallon
If you understand one programming language, you pretty much know them all, all you gotta change is the syntax a lil bit, and function calls.
|
I'd say that's generally true EXCEPT where it comes to procedural versus Object Oriented languages. I had to completely relearn how to program when I started picking up Java. There are Ways you Do Things that just don't translate.
Of course, once I did I started building all my Perl OO-style too....