Slashdot Mirror


User: gregstumph

gregstumph's activity in the archive.

Stories
0
Comments
51
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 51

  1. Re:Second vote for Python on Paul Graham: Hackers and Painters · · Score: 1

    That little "fling" ended after I tried writting Object Oriented code in PHP... the pain!....PHP just does not scale.

    I've seen many comments along these lines before on Slashdot. Having done some fairly large projects in PHP which used PHP's OOP features (yes, yes, I know, PHP doesn't have "real" inheritance, etc. etc.; let's not go into all that), I'm curious about exactly what problems people are running into that cause them to throw up their hands. Is it just a speed issue? Something else?