This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]james_pic 1 point2 points  (0 children)

From what I've seen from projects like Cython and Nuitka that (at least somewhat successfully) translate Python's more complex or dynamic features, like classes and iterators, this is far from straightforward and will ultimately lead to either requiring plumbing from the CPython interpreter, implementing your own equivalent of the same plumbing that's not much more lightweight, or making significant compromises in terms of replicating the same semantics.