2

I just realized that the interpreted Python version of a programming language that I am developing is faster (two times faster) than the compiled version using Nuitka.

Comments
  • 1
    Without wishing to put a downer on things, that probably means your compiled version sucks :-)
  • 0
    Because you've implemented, like, at most 5% of what the counterpart has?
Add Comment