| Article: |
The PHP Scalability Myth | |
| Subject: | maintainability is king | |
| Date: | 2003-10-24 08:15:04 | |
| From: | anonymous2 | |
|
Response to: maintainability is king
|
||
|
PHP is not highly complex, and it is highly specialized. PHP was meant to be a web programming language. Perl was meant to be a text manipulation language and a general workhorse. Java was built to be a multi-platform development language. PHP as a web dev language is fantastic -- lots of web-related functionality built-in. Perl has that functionality as Perl Modules, adding on complexities which are not compiled into the language. Java has the same thing -- lots of modules and such that need to be added in to make coding for the web easier and less complex.
|
||
Showing messages 1 through 1 of 1.
-
maintainability is king
2003-12-09 11:31:12 anonymous2 [View]
If you are doing pure web development, using a language written specifically with that task in mind makes sense. If <small>yo</small>u are doing some major huge task that encompasses lots of non-web-related work, it would make more sense to use a more general language.


