Linked by Amjith Ramanujam on Wed 13th Aug 2008 16:47 UTC, submitted by BlueVoodoo
Permalink for comment 326887
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





Member since:
2007-04-23
I agree with simo, that there is no obvious need to go OO. IMO, the OO paradigm is oversold and the only places where it may have a teeny bit of merit is in very large software projects, and you would want a statically-typed language (i.e., not Python) for such projects.
And even for large projects, I think that functional programming is a lot better for structuring than OO.