Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Five (+ 1) Things I Hate About Python (and then five more) (sayspy.blogspot.com)
7 points by gnosis on March 26, 2010 | hide | past | favorite | 5 comments


Some of his arguments are crap. How is extensive platform support a detractor? Wouldn't you want your language to work on as many platforms as possible? I'm not sure how "outdated" stdlib is, but just because the code was written years ago, that does not make it "bad". New ways of implementing certain things could actually be slower. Can't say for sure since he has no real examples. FYI: I dislike python for its syntax, but I can see why people like it. I just use perl for most everything that people would do in python.


"Use of C. The way we have to fake objects" - explain?


I think he's referring to python object's use of "self" in class methods. What exactly he's talking about, I'm not entirely sure.


Nobody with any sense calls that "faking" objects, and that doesn't have anything to do with C anyway. He's probably talking about the use of C structs and functions that operate on them to create an object system.


I think he's talking about having to use C for Python's core code.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: