Version 1 of pypy

Updated 2014-05-26 15:21:35 by RLE

pypy is a fast, compliant alternative implementation of Python that provides the ability to run untrusted code in a fully secure way. It also supports stackless mode, providing micro-threads for massive concurrency.

Description

pypy is implemented in Rpython