Slashdot Mirror


User: TecBrat

TecBrat's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Really? on Which Language To Learn? · · Score: 1

    Language is largely irrelevant...

    I have to agree.

    I learned Pascal in highschool in 89 or 90 (AP Computer Science) and don't remember anything (about the language) except that print was called writeline and the assignment operator was :=

    But, I used what I leared there to teach myself qbasic (I know, a step backward probably) and since then I have become a decent but not awesome PHP programmer. (I began working in HTML and PHP without even understanding the difference between GET and POST, I've come a long way.) I had to work on a Perl script once, and found that it's just a matter of adapting to syntax. Sure, I have to Google a function name here and there, but if I had a job where all I did was code 8 (or 10) hours a day, I'd pick them up in a short time.

    Stay (or get) current in developing techniques, and float to whatever language you need.

    (My biggest challenge, being limited to High School and self teaching, is making the logical leap from procedural to OOP.)