Profile

unixronin: Galen the technomage, from Babylon 5: Crusade (Default)
Unixronin

December 2012

S M T W T F S
      1
2345678
9101112131415
16171819202122
23242526272829
3031     

Most Popular Tags

Expand Cut Tags

No cut tags
Thursday, April 28th, 2005 09:33 am
"PHP is what Microsoft would invent if they were trying to clone Perl." -- Patrick Giagnocavo
Thursday, April 28th, 2005 08:38 am (UTC)
You could say the same thing about C.

Actually, I disagree. C was created to be a powerful tool for performing low-level operations that are non-trivial or impossible in many other high-level languages. Heck, bluntly, it was created as a language for writing operating systems in, and it's still the preferred language for writing things like OS kernels and device drivers.

True, it's very possible to write bad, insecure code in C -- there's abundant proof of that. [cough, cough, MICROSOFT, cough] PHP, however (IMHO of course), lowers the bar for the level of actual programming knowledge required to write code that actually works and that is capable of compromising an entire system.