Jump to content
3DCoat Forums

Nuitka is a static compiler that can translate Python programs to C++


 Share

Recommended Posts

Source

 

Nuitka is a Python compiler.

 

It's fully compatible with Python 2.6, 2.7, 3.2 and 3.3.

 

You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.

 

Free license (Apache)

 

Right now Nuitka is a good replacement for the Python interpreter and compiles every construct that CPython 2.6, 2.7, 3.2 and 3.3 offer.

 

It translates the Python into a C++ program that then uses "libpython" to execute in the same way as CPython does, in a very compatible way.

 

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...