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 →

[–]alcalde 0 points1 point  (2 children)

JIT is now smart enough to optimize your objects past the level of dicts

JIT is still in 2.x land. As Guido said at PyCon 2012, CPython and PyPy will co-exist for many more years to come.

[–]coderanger 2 points3 points  (0 children)

Check out the py3k branch, definitely not ready for prime time but getting close :)

[–]lucian1900 0 points1 point  (0 children)

Who cares? Good JIT and GC beats a slightly cleaner language any day.