logo
首页技术栈工具库讨论
nuitka

nuitka

Nuitka is the Python compiler. It is a seamless replacement or extension to the Python interpreter and compiles every construct that CPython 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, and 3.7 have. It then executes uncompiled code, and compiled code together in an extremely compatible manner. You can use all Python library modules or and all extension modules freely. It translates the Python into a C level program that then uses "libpython" to execute in the same way as CPython does. All optimization is aimed at avoiding overhead, where it's unnecessary. None is aimed at removing compatibility, although slight improvements will occassionally be done, where not every bug of standard Python is emulated, e.g. more complete error messages are given, but there is a full compatibility mode to disable even that.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconNuitka/Nuitka4135
CONDA
conda install -c anaconda nuitka
查看
标签
根据用户添加的标签生成
暂无标签