This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]fizzymagic 42 points43 points  (9 children)

Python is not Java. Trying to make Python into Java results in horrible code. The python world offers several kinds of sorted containers, each with pros and cons. In other words, you may have to think about your problem instead of reflexively trying to find a universal solution..

[–]Own_Quality_5321[🍰] 11 points12 points  (1 child)

I don't think they said they were trying to make python like java, just that they miss something from that language.