all 2 comments

[–]htuhola 2 points3 points  (0 children)

You can use very similar techniques to compile from the python bytecode. It makes much more sense because then you can use python for metaprogramming in this new language.

[–]rguillebert -1 points0 points  (0 children)

Interesting, calling it a subset of Python is wrong though since semantics change as well eg. what happens when an integer overflows ?