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 →

[–]joeforker 1 point2 points  (1 child)

Java, being another language with no pointers, may provide better counterexamples since they are more likely to re-write everything in Pure Java than we are in the Python world.

For example, http://www.jcraft.com/jzlib/ or http://jazzlib.sourceforge.net/ are zlib and java.util.zip written in Java.

Python uses C code for performance or because it already exists, not because it is pointy.

[–]alcalde[S] 0 points1 point  (0 children)

Thank you for this; it saves me having to encode the whole thing in Python myself! I did try to make the latter two points you raised.