YAPyPy:另一个Python Python

时间:2021-01-31 13:48:18
【文件属性】:
文件名称:YAPyPy:另一个Python Python
文件大小:86KB
文件格式:ZIP
更新时间:2021-01-31 13:48:18
compiler compatibility python-extension python-implementation CompilerPython 雅培 还有另一个Python Python(YAPyPy),它是从原始CPython扩展并兼容的。 为什么选择YAPyPy? 兼容性: 使用Python3.6 +中的YAPyPy,您可以运行具有完全兼容性的任何Python 3.x源代码。 可扩展性: 模式匹配和其他流行的语法糖将被添加。 任何事情都可以通过多阶段Python以微不足道的方式实现(提供了解释器,您可以更改AST,甚至可以在发出字节码之前计算常量值/过程结构)。 优化: 您可以编写自己的通道以在特定场景中优化Python字节码,甚至在可能的情况下甚至执行JIT技术。
【文件预览】:
YAPyPy-master
----.travis.yml(292B)
----.style.yapf(482B)
----.coveragerc(364B)
----python-internals()
--------code-object.md(13KB)
--------README.md(245B)
----test()
--------import_invocation_test.py_test(165B)
--------test_1.py_test(11KB)
--------search_path.py_test(66B)
--------fstring_test.py_test(179B)
----tox.ini(673B)
----yapypy()
--------cmd()
--------extended_python()
--------__init__.py(20B)
--------utils()
----LICENSE(1KB)
----extended-syntaxes-for-python.md(6KB)
----ast.pyi(26KB)
----requirements.txt(81B)
----setup.py(1KB)
----.gitignore(1KB)
----.codecov.yml(355B)
----import_invocation_test.py(552B)
----auto_test.py(4KB)
----README.md(908B)
----snippet.py(4KB)

网友评论