progval/pythonvm-rust

Friendly project

windelbouwman opened this issue · 3 comments

Hi Progval,

Just wanted to let you know that I found your project, and I am working on something similar here: https://github.com/RustPython/RustPython

I took a look at your ideas for the object model, which were very useful! Thanks!

Regards,
Windel

nice! :)

Would there be any chance of combining those two projects somehow? The virtual machine seems largely overlapping, maybe one day we could create some python_vm crate which will hold the python virtual machine?

Is there any feature my interpreter has that yours doesn't?