I started learning PHP and I was able to get myself familiar with it. Now, i want to explore other programming languages like PERL so that i can compare it myself to PHP. Will I be confused to learn two language? Or are there any disadvantages?
|
closed as off topic by Jarrod Roberson, jk., Thomas Owens♦ Jul 15 '12 at 10:18
Questions on Programmers Stack Exchange are expected to relate to software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
I would spend some time getting decent at your first language, but once you have done that start exploring. There are a lot of languages out there and a lot of them are nicer then PHP or do something better. I would take a look at the book "Seven Languages in Seven Weeks" which will walk you threw Ruby, IO, Scala, Prolog, Erlang, Clojure and Haskell which will make you learn a whole bunch of new ways to code. |
|||||||||
|
Learn anything that interests you. If you want to learn Perl instead of studying PHP go ahead. The most important thing is to be learning something. In my opinion, knowing multiple languages at some level makes a better programmer than knowing only one in depth. |
|||
|
Short Answer: If you’re just starting your programming career, then I would advise you to focus on learning just one programming language at a time. This is because there’s little to be gained by listing many programming languages on your resume without really being good or highly skilled in any of them! As a general rule, it’s far better to learn one programming language and master it well before learning other programming languages. |
||||
|
I too started out with PHP. It's a good first choice as there is a pretty large community, and there is a good chance you can pick up a job writing it. I wouldn't recommend picking up another similar language (such as PERL, Python, etc), as ultimately, you won't probably learn much other than more syntax. However, you might take some time and brush up on your javascript. jQuery is great, but that choice is yours. The best part? You can use both at the same time, so you can continue to grow professionally in both directions. |
|||
|