本文主要是介绍pypy -- 用python实现的python,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
pypy 分为两部分:一个 python 的实现 和 一个编译器:pypy provides infrastructure for building interpreters in [r]python. This infrastructure makes it much easier than starting from scratch, e.g. by providing reusable components for language runtimes (like GC's).
http://codespeak.net/svn/user/antocuni/eos-due-2007/rpython.pdf
Trying out PyPy
http://codespeak.net/pypy/dist/pypy/doc/cli-backend.html
国外的社区红红火火阿,实在太有激情了,Python,IronPython,.NET非常的热闹哦,最近园子里的火药味极浓阿,安心下来,不要浮躁!!
CPython 和IronPython的基准测试
这篇关于pypy -- 用python实现的python的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!