Author Topic: PHP, Cold Fusion, Drupal?  (Read 1802 times)

0 Members and 1 Guest are viewing this topic.

Offline Kamikaze

  • A Complacent Wind
  • 29
    • http://www.nodewar.com
Re: PHP, Cold Fusion, Drupal?
How is PHP5 horible for large projects? Its object oriented and lacks the stupidity of JAVA, combine it with AJAX and your god.

I never said Java was any good for web either. I'm not a fan of Java at all. I prefer languages like Python or Ruby. I'd even take Perl over PHP.

Quote
also how is multiple built in functions a BAD thing? it saves you ridiculous ammounts of time writing your own crappy and slow functions, all the internal functions in PHP are written in C language which is the fastest thing on the market, so you cant compete with that

For one, because they're all in the main namespace (because PHP has *no other namespaces*). That's a stupid idea. Secondly, because many of those functions are unnecessary and can be condensed. It's pretty obvious that PHP's standard library is horribly designed if you take a look at some well-designed libraries. The STL (for C++) is a good example of a well-designed standard library. It has a lot of consistency (function naming, usage, etc.) and has a good balance of tools; not a confusing glut.
Science alone of all the subjects contains within itself the lesson of the danger of belief in the infallibility of the greatest teachers in the preceding generation . . .Learn from science that you must doubt the experts. As a matter of fact, I can also define science another way: Science is the belief in the ignorance of experts. - Richard Feynman