(no title)
bradwestness | 13 years ago
Whether they will end up succeeding is yet to be seen, but this does definitely seem like an area where competition will benefit the greater good, as displacing PHP with any one of the better designed languages out there would benefit the internet as a whole.
I do wonder though: is the procedural nature of PHP equally responsible for it's adoption by inexperienced developers?
Sure, PHP is cheap and widely available, but you also don't need to understand the concepts behind object orientation to hack together a "dynamic" website with a few includes. And at that point you're just familiar enough with PHP to favor it for future development.
dubcanada|13 years ago
I'd like to believe maybe one day someone will commit the 6 months to make such a thing happen. But I really doubt it.
samuellevy|13 years ago
corry|13 years ago
With PHP --> the newbie just has to FTP the files up and it works. Fewer variables to manage, fewer things to learn. You go from 0 to 60 much faster. Now, you probably will go from 60 to 100 much much slower than with a different stack, but that's a different discussion...
bradwestness|13 years ago