sustainability of php
Moderator: General Moderators
-
devendra-m
- Forum Contributor
- Posts: 111
- Joined: Wed Sep 12, 2007 3:16 am
sustainability of php
How long will php sustain in the market. I have decided to continue to programming in php for all the time. Is it wise to rely completely in php or should I also have proficiency in other languages.
Last edited by devendra-m on Wed Jan 09, 2008 7:51 am, edited 1 time in total.
I can't see PHP dissapearing anywhere anytime soon. Or not soon for that fact. It's extremely widely used, and always being worked on.
This is where I see one of the advantages of open source programming - even if PHP as an entity died, some group of people somewhere would rebuild and revive the language!
This is where I see one of the advantages of open source programming - even if PHP as an entity died, some group of people somewhere would rebuild and revive the language!
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
Re: sustainability of php
Almost any nontrivial project will have you working with other languages. Learn how to learn other languages quickly! (Hint: Learning lower-level languages helps a lot!)
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Re: sustainability of php
If you only spoke your native language would that be better or worse than knowing three other spoken languages?
I would recommend you learn as much as you can. Not because PHP is taking a dive (in fact it is still one of the fastest growing development languages in the world) but because it is always in your best interest to know as much as you can (add points for knowing what to do with what you know
).
I would recommend you learn as much as you can. Not because PHP is taking a dive (in fact it is still one of the fastest growing development languages in the world) but because it is always in your best interest to know as much as you can (add points for knowing what to do with what you know
Re: sustainability of php
I don't think PHP is going anywhere but up. Nothing wrong with diversification though.. just ask your stockbroker.
- jimthunderbird
- Forum Contributor
- Posts: 147
- Joined: Tue Jul 04, 2006 3:59 am
- Location: San Francisco, CA
Re: sustainability of php
For me, I would learn as many language as possible to know the philosophy behind it. Then I would focus on one and polish it with all the philosophies I learned.
I've been programming from Qbasic, C, C++, Java, C#, Fortran, Perl, Ruby on Rails, Python before and at my job I used mostly PHP. I also fall in love with Actionscript 3.0 and Javascript. Each language has their pros and cons, but I think language is just a tool, the idea behind the language is more important.
I've been programming from Qbasic, C, C++, Java, C#, Fortran, Perl, Ruby on Rails, Python before and at my job I used mostly PHP. I also fall in love with Actionscript 3.0 and Javascript. Each language has their pros and cons, but I think language is just a tool, the idea behind the language is more important.
- Maugrim_The_Reaper
- DevNet Master
- Posts: 2704
- Joined: Tue Nov 02, 2004 5:43 am
- Location: Ireland
Re: sustainability of php
PHP is sustainable. The only problem for PHP programmers is that their work is often undervalued because the market is flooded with hundreds of less-then-professional developers which gives sometimes the impression that PHP doesn't require in-depth experience, knowledge or expertise to develop in. That's true only to a point.
Java and Ruby on the other hand gave a better perception even though they require IMHO not much more ability than a good PHP programmer will have.
I would certainly learn another few languages. Pick one per year and bury yourself in it. I'm just coming down from a Ruby immersion which was surprisingly really good. I'm currently playing with merb (not Rails). I still focus 90% of the time on PHP - learning Ruby just gives a new perspective to work from, as well as a new language for the CV
.
Java and Ruby on the other hand gave a better perception even though they require IMHO not much more ability than a good PHP programmer will have.
I would certainly learn another few languages. Pick one per year and bury yourself in it. I'm just coming down from a Ruby immersion which was surprisingly really good. I'm currently playing with merb (not Rails). I still focus 90% of the time on PHP - learning Ruby just gives a new perspective to work from, as well as a new language for the CV
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
Re: sustainability of php
merb FTW!
- jimthunderbird
- Forum Contributor
- Posts: 147
- Joined: Tue Jul 04, 2006 3:59 am
- Location: San Francisco, CA
Re: sustainability of php
Today is my offical day to play around merb.