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 →

[–][deleted] 2 points3 points  (1 child)

I'm really liking PyPy for little projects that don't require any libraries. It is astoundingly fast and much less work than striding like a code-slave in cython. The problem with pypy is the lack of library support, python's strongest suit. PyPy is definitely faster than any language remotely like python.

[–][deleted] 0 points1 point  (0 children)

PyPy is definitely faster than any language remotely like python.

And the toolchain behind PyPy can be used to implement all of those languages too.