pypyjs / pypy

Fork of https://bitbucket.org/pypy/pypy with support for compiling to javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPy: Python in Python Implementation

Welcome to PyPy!

PyPy is both an implementation of the Python programming language, and an extensive compiler framework for dynamic language implementations. You can build self-contained Python implementations which execute independently from CPython.

The home page is:

http://pypy.org/

If you want to help developing PyPy, this document might help you:

http://doc.pypy.org/

It will also point you to the rest of the documentation which is generated from files in the pypy/doc directory within the source repositories. Enjoy and send us feedback!

the pypy-dev team <pypy-dev@python.org>

Building

build with:

$ rpython/bin/rpython -Ojit pypy/goal/targetpypystandalone.py

This ends up with pypy-c binary in the main pypy directory. We suggest to use virtualenv with the resulting pypy-c as the interpreter; you can find more details about various installation schemes here:

http://doc.pypy.org/en/latest/install.html

About

Fork of https://bitbucket.org/pypy/pypy with support for compiling to javascript

License:Other


Languages

Language:Python 93.8%Language:C 4.9%Language:C++ 0.6%Language:Assembly 0.3%Language:HTML 0.2%Language:JavaScript 0.1%Language:PLSQL 0.0%Language:Makefile 0.0%Language:Batchfile 0.0%Language:Roff 0.0%Language:Shell 0.0%Language:Emacs Lisp 0.0%Language:Objective-C 0.0%Language:Vim Script 0.0%Language:CSS 0.0%Language:Visual Basic 0.0%Language:HCL 0.0%