sustainability of php

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
devendra-m
Forum Contributor
Posts: 111
Joined: Wed Sep 12, 2007 3:16 am

sustainability of php

Post by devendra-m »

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.
User avatar
Inkyskin
Forum Contributor
Posts: 282
Joined: Mon Nov 19, 2007 10:15 am
Location: UK

Post by Inkyskin »

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!
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

Learning other languages, if nothing else, will simply make you a better programmer. I'd recommend giving Ruby a shot, it's sexy. So is JavaScript, for that matter.

The more you know (and the wiser you get) the better!
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

Yeah, I wouldn't limit yourself to PHP. PHP is very quirky (though, so is JavaScript) and loose in comparison to other languages. This makes PHP very easy to program in, but if you only know PHP, it'll be difficult for you to work in a more strict language.
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Re: sustainability of php

Post by Ambush Commander »

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!)
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: sustainability of php

Post by RobertGonzalez »

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 ;) ).
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: sustainability of php

Post by Benjamin »

I don't think PHP is going anywhere but up. Nothing wrong with diversification though.. just ask your stockbroker.
User avatar
jimthunderbird
Forum Contributor
Posts: 147
Joined: Tue Jul 04, 2006 3:59 am
Location: San Francisco, CA

Re: sustainability of php

Post by jimthunderbird »

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.
User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

Re: sustainability of php

Post by Maugrim_The_Reaper »

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 ;).
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Re: sustainability of php

Post by Kieran Huggins »

merb FTW!
User avatar
jimthunderbird
Forum Contributor
Posts: 147
Joined: Tue Jul 04, 2006 3:59 am
Location: San Francisco, CA

Re: sustainability of php

Post by jimthunderbird »

Today is my offical day to play around merb.
Post Reply