Comment on Nuitka — A Python CompilerparentComments−eru15yThough you could just bundle your program up with the interpreter and all the libraries to make this work. No translation to binary necessary.−Goladus15yYes, you could do that. Whether that's the better strategy is an exercise left to the implementer.
Comments
Though you could just bundle your program up with the interpreter and all the libraries to make this work. No translation to binary necessary.
Yes, you could do that. Whether that's the better strategy is an exercise left to the implementer.