Comment by viraptor
8 years ago
I like nuitka and what it's doing, but it's just not that comfortable in every single situation. There's value in seeing the source and being able to modify it in place without a compile&redeploy steps. There's value in dtrace support which as far as I can tell nuitka doesn't have. And other small things like existing profilers which work with cpython stack traces specifically.
So if there is a reason to use it - great. But that's not every situation.
Can't you use CPython for development and Nuitka for deployment?